Struct nri::bluefox::wrapper::ImageBuffer [-] [+] [src]

struct ImageBuffer {
    pub bytes_per_pixel: c_int,
    pub height: c_int,
    pub width: c_int,
    pub pixel_format: PixelFormat,
    pub size: c_int,
    pub data: *mut c_void,
    pub channel_count: c_int,
    pub channels: *mut ChannelData,
}

Fields

bytes_per_pixel
height
width
pixel_format
size
data
channel_count
channels