Enum wgpu_core::binding_model::BindGroupLayoutEntryError [−][src]
pub enum BindGroupLayoutEntryError {
StorageTextureCube,
ArrayUnsupported,
MissingFeatures(MissingFeatures),
MissingDownlevelFlags(MissingDownlevelFlags),
}
Variants
MissingFeatures(MissingFeatures)
Tuple Fields of MissingFeatures
MissingDownlevelFlags(MissingDownlevelFlags)
Tuple Fields of MissingDownlevelFlags
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