pub unsafe extern "C-unwind" fn CGLDescribeRenderer(
rend: CGLRendererInfoObj,
rend_num: i32,
prop: CGLRendererProperty,
value: *mut i32,
) -> CGLError๐Deprecated: The OpenGL API is deprecated by Apple
Available on crate feature
CGLTypes only.Expand description
ยงSafety
rendmust be a valid pointer.valuemust be a valid pointer or null.