ComputePipelineInterface

Trait ComputePipelineInterface 

Source
pub trait ComputePipelineInterface: CommonTraits {
    // Required method
    fn get_bind_group_layout(&self, index: u32) -> DispatchBindGroupLayout;
}
Available on custom only.

Required Methods§

Implementors§