CGLSetPBuffer

Function CGLSetPBuffer 

Source
pub unsafe extern "C-unwind" fn CGLSetPBuffer(
    ctx: CGLContextObj,
    pbuffer: CGLPBufferObj,
    face: u32,
    level: i32,
    screen: i32,
) -> CGLError
๐Ÿ‘ŽDeprecated: The OpenGL API is deprecated by Apple
Available on crate feature CGLTypes only.
Expand description

ยงSafety

  • ctx must be a valid pointer.
  • pbuffer must be a valid pointer.