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
objmust be a valid pointer.widthmust be a valid pointer.heightmust be a valid pointer.targetmust be a valid pointer.internal_formatmust be a valid pointer.mipmapmust be a valid pointer.