logo
pub unsafe fn glReadnPixels(
    x: i32,
    y: i32,
    width: i32,
    height: i32,
    format: u32,
    type_: u32,
    bufSize: i32,
    data: *mut c_void
)
Expand description

glReadnPixels(x, y, width, height, format, type_, bufSize, data) format group: PixelFormat type_ group: PixelType data len: bufSize