Struct glfw::ffi::GLFWimage [−][src]
Pixels are 4-bytes each, RGBA
Fields
width: c_int
height: c_int
pixels: *const c_uchar
Pixels are 4-bytes each, RGBA
width: c_int
height: c_int
pixels: *const c_uchar
impl RefUnwindSafe for GLFWimage
impl !Send for GLFWimage
impl !Sync for GLFWimage
impl Unpin for GLFWimage
impl UnwindSafe for GLFWimage