Enum wgpu_core::binding_model::GetBindGroupLayoutError [−][src]
pub enum GetBindGroupLayoutError {
InvalidPipeline,
InvalidGroupIndex(u32),
}
Variants
InvalidPipeline
InvalidGroupIndex(u32)
Tuple Fields
0: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetBindGroupLayoutError
impl Send for GetBindGroupLayoutError
impl Sync for GetBindGroupLayoutError
impl Unpin for GetBindGroupLayoutError
impl UnwindSafe for GetBindGroupLayoutError
Blanket Implementations
Mutably borrows from an owned value. Read more