create_bind_group_layout

Function create_bind_group_layout 

Source
pub fn create_bind_group_layout(
    label: Option<&str>,
    device: &Device,
    storage_buffers_read_only: Vec<&Buffer>,
    storage_buffers: Vec<&Buffer>,
    uniform_buffers: Vec<&Buffer>,
) -> BindGroupLayout
Expand description

Create a bind group layout