Re-exports§
pub use super::super::Nested;
Structs§
- Dispatch
Indirect Args Builder - Builder for
wgpu::util::DispatchIndirectArgs - Empty
- Range
- A (half-open) range bounded inclusively below and exclusively above
(
start..end). - SetX
- SetY
- SetZ
- XEmpty
- XValue
- YEmpty
- YValue
- ZEmpty
- ZValue
Enums§
- Cow
- A clone-on-write smart pointer.
Traits§
Functions§
- dispatch_
indirect_ args - Returns DispatchIndirectArgsBuilder for building
wgpu::util::DispatchIndirectArgs
Type Aliases§
- NonZero
U32 - A
u32that is known not to equal zero.