Enum wgpu_core::command::DispatchError [−][src]
pub enum DispatchError {
MissingPipeline,
IncompatibleBindGroup {
index: u32,
},
InvalidGroupSize {
current: [u32; 3],
limit: u32,
},
BindingSizeTooSmall(LateMinBufferBindingSizeMismatch),
}
Variants
MissingPipeline
IncompatibleBindGroup
Fields
index: u32
InvalidGroupSize
BindingSizeTooSmall(LateMinBufferBindingSizeMismatch)
Tuple Fields
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DispatchError
impl Send for DispatchError
impl Sync for DispatchError
impl Unpin for DispatchError
impl UnwindSafe for DispatchError
Blanket Implementations
Mutably borrows from an owned value. Read more