#[repr(C)]pub struct GLFWimage {
pub width: c_int,
pub height: c_int,
pub pixels: *const c_uchar,
}Expand description
Pixels are 4-bytes each, RGBA
Fields§
§width: c_int§height: c_int§pixels: *const c_uchar#[repr(C)]pub struct GLFWimage {
pub width: c_int,
pub height: c_int,
pub pixels: *const c_uchar,
}Pixels are 4-bytes each, RGBA
width: c_int§height: c_int§pixels: *const c_uchar