pub type ImageInfo = basist_basisu_image_info;
Expand description
Info for an image within basis data
Aliased Type§
struct ImageInfo {
pub m_image_index: u32,
pub m_total_levels: u32,
pub m_orig_width: u32,
pub m_orig_height: u32,
pub m_width: u32,
pub m_height: u32,
pub m_num_blocks_x: u32,
pub m_num_blocks_y: u32,
pub m_total_blocks: u32,
pub m_first_slice_index: u32,
pub m_alpha_flag: bool,
pub m_iframe_flag: bool,
}
Fields§
§m_image_index: u32
§m_total_levels: u32
§m_orig_width: u32
§m_orig_height: u32
§m_width: u32
§m_height: u32
§m_num_blocks_x: u32
§m_num_blocks_y: u32
§m_total_blocks: u32
§m_first_slice_index: u32
§m_alpha_flag: bool
§m_iframe_flag: bool