GPUBindGroupLayout
- class wgpu.GPUBindGroupLayout
Bases:
GPUObjectBaseDefines the interface between a set of resources bound in a
GPUBindGroup.It also defines their accessibility in shader stages.
Create a bind group layout using GPUDevice.create_bind_group_layout().