Enum wgpu_types::IndexFormat
source · #[repr(C)]
pub enum IndexFormat {
Uint16,
Uint32,
}Expand description
Format of indices used with pipeline.
Variants§
Trait Implementations§
source§impl Clone for IndexFormat
impl Clone for IndexFormat
source§fn clone(&self) -> IndexFormat
fn clone(&self) -> IndexFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more