pub unsafe extern "C-unwind" fn CGLSetParameter(
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
ctxmust be a valid pointer.paramsmust be a valid pointer.