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