Enum wgpu_core::binding_model::BindError  [−][src]
pub enum BindError {
    MismatchedDynamicOffsetCount {
        actual: usize,
        expected: usize,
    },
    UnalignedDynamicBinding {
        idx: usize,
        offset: u32,
        alignment: u32,
        limit_name: &'static str,
    },
    DynamicBindingOutOfBounds {
        idx: usize,
        offset: u32,
        max: u64,
    },
}Variants
MismatchedDynamicOffsetCount
UnalignedDynamicBinding
DynamicBindingOutOfBounds
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BindError
impl UnwindSafe for BindError
Blanket Implementations
Mutably borrows from an owned value. Read more
