CGLDescribePBuffer

Function CGLDescribePBuffer 

Source
pub unsafe extern "C-unwind" fn CGLDescribePBuffer(
    obj: CGLPBufferObj,
    width: NonNull<i32>,
    height: NonNull<i32>,
    target: NonNull<u32>,
    internal_format: NonNull<u32>,
    mipmap: NonNull<i32>,
) -> CGLError
๐Ÿ‘ŽDeprecated: The OpenGL API is deprecated by Apple
Available on crate feature CGLTypes only.
Expand description

ยงSafety

  • obj must be a valid pointer.
  • width must be a valid pointer.
  • height must be a valid pointer.
  • target must be a valid pointer.
  • internal_format must be a valid pointer.
  • mipmap must be a valid pointer.