| 10599 | |
| 10600 | /** @category GPU */ |
| 10601 | declare class GPUBindGroup implements GPUObjectBase { |
| 10602 | label: string; |
| 10603 | } |
| 10604 | |
| 10605 | /** @category GPU */ |
| 10606 | interface GPUBindGroupDescriptor extends GPUObjectDescriptorBase { |
nothing calls this directly
no outgoing calls
no test coverage detected