pub unsafe extern "C-unwind" fn CGLGetOffScreen(
ctx: CGLContextObj,
width: NonNull<i32>,
height: NonNull<i32>,
rowbytes: NonNull<i32>,
baseaddr: NonNull<*mut 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.widthmust be a valid pointer.heightmust be a valid pointer.rowbytesmust be a valid pointer.baseaddrmust be a valid pointer.