Enum wgpu_types::IndexFormat [−][src]
#[repr(C)] pub enum IndexFormat { Uint16, Uint32, }
Format of indices used with pipeline.
Variants
Indices are 16 bit unsigned integers.
Indices are 32 bit unsigned integers.
Trait Implementations
impl Clone for IndexFormat
[src]
impl Clone for IndexFormat
[src]fn clone(&self) -> IndexFormat
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for IndexFormat
[src]
impl Copy for IndexFormat
[src]impl Default for IndexFormat
[src]
impl Default for IndexFormat
[src]impl Eq for IndexFormat
[src]
impl Eq for IndexFormat
[src]impl Hash for IndexFormat
[src]
impl Hash for IndexFormat
[src]impl PartialEq<IndexFormat> for IndexFormat
[src]
impl PartialEq<IndexFormat> for IndexFormat
[src]impl StructuralEq for IndexFormat
[src]
impl StructuralEq for IndexFormat
[src]impl StructuralPartialEq for IndexFormat
[src]
impl StructuralPartialEq for IndexFormat
[src]Auto Trait Implementations
impl RefUnwindSafe for IndexFormat
impl RefUnwindSafe for IndexFormat
impl Send for IndexFormat
impl Send for IndexFormat
impl Sync for IndexFormat
impl Sync for IndexFormat
impl Unpin for IndexFormat
impl Unpin for IndexFormat
impl UnwindSafe for IndexFormat
impl UnwindSafe for IndexFormat