[][src]Type Definition rs_gles3::bindings::PFNGLREADPIXELSPROC

type PFNGLREADPIXELSPROC = Option<unsafe extern "C" fn(x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, type_: GLenum, pixels: *mut c_void)>;