CGLDescribePixelFormat

Function CGLDescribePixelFormat 

Source
pub unsafe extern "C-unwind" fn CGLDescribePixelFormat(
    pix: CGLPixelFormatObj,
    pix_num: i32,
    attrib: CGLPixelFormatAttribute,
    value: NonNull<i32>,
) -> CGLError
๐Ÿ‘ŽDeprecated: The OpenGL API is deprecated by Apple
Available on crate feature CGLTypes only.
Expand description

ยงSafety

  • pix must be a valid pointer.
  • value must be a valid pointer.