Struct glin::cubemap::Format [−][src]
pub struct Format { pub internal_format: GLenum, pub width: u32, pub height: u32, pub levels: u32, }
Use to allocate a new texture
Fields
internal_format: GLenum
width: u32
height: u32
levels: u32