pub unsafe extern "C-unwind" fn CGLSetOffScreen(
ctx: CGLContextObj,
width: i32,
height: i32,
rowbytes: i32,
baseaddr: NonNull<c_void>,
) -> CGLError๐Deprecated: The OpenGL API is deprecated by Apple
Available on crate feature
CGLTypes only.Expand description
ยงSafety
ctxmust be a valid pointer.baseaddrmust be a valid pointer.