pub async fn execute_pipeline(
encoder: &mut CommandEncoder,
pipeline: ComputePipeline,
bind_group: BindGroup,
num_x_workgroups: u32,
num_y_workgroups: u32,
num_z_workgroups: u32,
)Expand description
Execute a compute pipeline