Enum wgpu_core::binding_model::BindGroupLayoutEntryError [−][src]
pub enum BindGroupLayoutEntryError {
StorageTextureCube,
ArrayUnsupported,
MissingFeatures(MissingFeatures),
MissingDownlevelFlags(MissingDownlevelFlags),
}
Variants
StorageTextureCube
ArrayUnsupported
MissingFeatures(MissingFeatures)
Tuple Fields
MissingDownlevelFlags(MissingDownlevelFlags)
Tuple Fields
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BindGroupLayoutEntryError
impl Send for BindGroupLayoutEntryError
impl Sync for BindGroupLayoutEntryError
impl Unpin for BindGroupLayoutEntryError
impl UnwindSafe for BindGroupLayoutEntryError
Blanket Implementations
Mutably borrows from an owned value. Read more