Enum wgpu_types::TextureDimension
source · #[repr(C)]
pub enum TextureDimension {
D1,
D2,
D3,
}Expand description
Dimensionality of a texture.
Variants§
Trait Implementations§
source§impl Clone for TextureDimension
impl Clone for TextureDimension
source§fn clone(&self) -> TextureDimension
fn clone(&self) -> TextureDimension
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