create_texture_bind_group

Function create_texture_bind_group 

Source
pub fn create_texture_bind_group(
    device: &Device,
    layout: &BindGroupLayout,
    view: &TextureView,
    sampler: &Sampler,
) -> BindGroup