Module dispatch_indirect_args_builder

Module dispatch_indirect_args_builder 

Source

Re-exports§

pub use super::super::Nested;

Structs§

DispatchIndirectArgsBuilder
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§

Complete
Field
IsOptional
IsSetX
IsSetY
IsSetZ
State
XIsEmpty
YIsEmpty
ZIsEmpty

Functions§

dispatch_indirect_args
Returns DispatchIndirectArgsBuilder for building wgpu::util::DispatchIndirectArgs

Type Aliases§

NonZeroU32
A u32 that is known not to equal zero.