pub unsafe extern "C-unwind" fn CGLChoosePixelFormat(
attribs: NonNull<CGLPixelFormatAttribute>,
pix: NonNull<CGLPixelFormatObj>,
npix: NonNull<i32>,
) -> CGLError๐Deprecated: The OpenGL API is deprecated by Apple
Available on crate feature
CGLTypes only.Expand description
ยงSafety
attribsmust be a valid pointer.pixmust be a valid pointer.npixmust be a valid pointer.