Function create_bindgroup

Source
pub fn create_bindgroup(
    device: &Device,
    label: Option<&str>,
    hdr_texture: &Texture,
    slab_buffer: &Buffer,
) -> BindGroup