basis_universal::transcoding

Type Alias ImageLevelInfo

Source
pub type ImageLevelInfo = basist_basisu_image_level_info;
Expand description

Info for a mip level of a single image within basis data

Aliased Type§

struct ImageLevelInfo {
Show 16 fields pub m_image_index: u32, pub m_level_index: 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_rgb_file_ofs: u32, pub m_rgb_file_len: u32, pub m_alpha_file_ofs: u32, pub m_alpha_file_len: u32, pub m_alpha_flag: bool, pub m_iframe_flag: bool,
}

Fields§

§m_image_index: u32§m_level_index: 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_rgb_file_ofs: u32§m_rgb_file_len: u32§m_alpha_file_ofs: u32§m_alpha_file_len: u32§m_alpha_flag: bool§m_iframe_flag: bool