GPUBindGroup
- class wgpu.GPUBindGroup
Bases:
GPUObjectBase
Represents a group of resource bindings (buffer, sampler, texture-view).
It holds the shader slot and a reference to the resource (sampler, texture-view, buffer).
Create a bind group using GPUDevice.create_bind_group().