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: DeviceError
Tuple Fields of ConflictBinding
0: u32
Fields of Entry
binding: u32
error: BindGroupLayoutEntryError
Tuple 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