pub trait RenderPipelineInterface: CommonTraits {
// Required method
fn get_bind_group_layout(&self, index: u32) -> DispatchBindGroupLayout;
}
Required Methods§
fn get_bind_group_layout(&self, index: u32) -> DispatchBindGroupLayout
Implementors§
impl RenderPipelineInterface for CoreRenderPipeline
Available on
wgpu_core
only.