CGLSetOffScreen

Function CGLSetOffScreen 

Source
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

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