Struct wgpu_core::binding_model::LateMinBufferBindingSizeMismatch [−][src]
pub struct LateMinBufferBindingSizeMismatch {
pub group_index: u32,
pub compact_index: usize,
pub shader_size: BufferAddress,
pub bound_size: BufferAddress,
}
Fields
group_index: u32
compact_index: usize
shader_size: BufferAddress
bound_size: BufferAddress
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 Send for LateMinBufferBindingSizeMismatch
impl Sync for LateMinBufferBindingSizeMismatch
impl Unpin for LateMinBufferBindingSizeMismatch
Blanket Implementations
Mutably borrows from an owned value. Read more