Enum wgpu_types::TextureAspect [−][src]
#[repr(C)]
pub enum TextureAspect {
All,
StencilOnly,
DepthOnly,
}Expand description
Kind of data the texture holds.
Variants
Depth, Stencil, and Color.
Stencil.
Depth.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextureAspectimpl Send for TextureAspectimpl Sync for TextureAspectimpl Unpin for TextureAspectimpl UnwindSafe for TextureAspectBlanket Implementations
Mutably borrows from an owned value. Read more