Struct simple_wgpu::Dispatch
source · pub struct Dispatch {
pub bind_groups: Vec<BindGroup>,
pub bind_group_offsets: Vec<Vec<u32>>,
pub pipeline: ComputePipeline,
pub extent: (u32, u32, u32),
}
Expand description
All of the data needed to issue a single compute operation
Fields§
§bind_groups: Vec<BindGroup>
§bind_group_offsets: Vec<Vec<u32>>
§pipeline: ComputePipeline
§extent: (u32, u32, u32)