CGLGetPBuffer

Function CGLGetPBuffer 

Source
pub unsafe extern "C-unwind" fn CGLGetPBuffer(
    ctx: CGLContextObj,
    pbuffer: NonNull<CGLPBufferObj>,
    face: NonNull<u32>,
    level: NonNull<i32>,
    screen: NonNull<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.
  • face must be a valid pointer.
  • level must be a valid pointer.
  • screen must be a valid pointer.