CGLGetParameter

Function CGLGetParameter 

Source
pub unsafe extern "C-unwind" fn CGLGetParameter(
    ctx: CGLContextObj,
    pname: CGLContextParameter,
    params: NonNull<i32>,
) -> CGLError
๐Ÿ‘ŽDeprecated: The OpenGL API is deprecated by Apple
Available on crate feature CGLTypes only.
Expand description

ยงSafety

  • ctx must be a valid pointer.
  • params must be a valid pointer.