wgpu::dispatch

Trait ComputePipelineInterface

source
pub trait ComputePipelineInterface: CommonTraits {
    // Required method
    fn get_bind_group_layout(&self, index: u32) -> DispatchBindGroupLayout;
}

Required Methods§

Implementors§

source§

impl ComputePipelineInterface for CoreComputePipeline

Available on wgpu_core only.