[−][src]Enum wgpu::TextureViewDimension
pub enum TextureViewDimension { D1, D2, D2Array, Cube, CubeArray, D3, }
Dimensions of a particular texture view.
Variants
A one dimensional texture. texture1D
in glsl shaders.
A two dimensional texture. texture2D
in glsl shaders.
A two dimensional array texture. texture2DArray
in glsl shaders.
A cubemap texture. textureCube
in glsl shaders.
A cubemap array texture. textureCubeArray
in glsl shaders.
A three dimensional texture. texture3D
in glsl shaders.
Trait Implementations
impl Clone for TextureViewDimension
[src][+]
impl Copy for TextureViewDimension
[src]
impl Debug for TextureViewDimension
[src][+]
impl Eq for TextureViewDimension
[src]
impl Hash for TextureViewDimension
[src][+]
impl PartialEq<TextureViewDimension> for TextureViewDimension
[src][+]
impl StructuralEq for TextureViewDimension
[src]
impl StructuralPartialEq for TextureViewDimension
[src]
Auto Trait Implementations
impl RefUnwindSafe for TextureViewDimension
impl Send for TextureViewDimension
impl Sync for TextureViewDimension
impl Unpin for TextureViewDimension
impl UnwindSafe for TextureViewDimension
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,