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