Struct imgui::TextureHandle
[−]
[src]
pub struct TextureHandle<'a> {
pub width: u32,
pub height: u32,
pub pixels: &'a [c_uchar],
}Fields
width: u32
height: u32
pixels: &'a [c_uchar]