Enum wgpu_core::binding_model::CreateBindGroupLayoutError [−][src]
pub enum CreateBindGroupLayoutError {
Device(DeviceError),
ConflictBinding(u32),
Entry {
binding: u32,
error: BindGroupLayoutEntryError,
},
TooManyBindings(BindingTypeMaxCountError),
}Variants
Device(DeviceError)ConflictBinding(u32)Show fields
Fields of Entry
binding: u32error: BindGroupLayoutEntryErrorTooManyBindings(BindingTypeMaxCountError)Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CreateBindGroupLayoutErrorimpl Send for CreateBindGroupLayoutErrorimpl Sync for CreateBindGroupLayoutErrorimpl Unpin for CreateBindGroupLayoutErrorimpl UnwindSafe for CreateBindGroupLayoutErrorBlanket Implementations
Mutably borrows from an owned value. Read more