Struct glfw::ffi::GLFWimage[][src]

#[repr(C)]
pub struct GLFWimage { pub width: c_int, pub height: c_int, pub pixels: *const c_uchar, }

Pixels are 4-bytes each, RGBA

Fields

Auto Trait Implementations

impl !Send for GLFWimage

impl !Sync for GLFWimage