Enum wgpu_core::resource::TextureDimensionError [−][src]
pub enum TextureDimensionError {
Zero(TextureErrorDimension),
LimitExceeded {
dim: TextureErrorDimension,
given: u32,
limit: u32,
},
InvalidSampleCount(u32),
}Variants
Zero(TextureErrorDimension)Show fields
Fields of LimitExceeded
InvalidSampleCount(u32)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TextureDimensionErrorimpl Send for TextureDimensionErrorimpl Sync for TextureDimensionErrorimpl Unpin for TextureDimensionErrorimpl UnwindSafe for TextureDimensionErrorBlanket Implementations
Mutably borrows from an owned value. Read more