| 10519 | |
| 10520 | /** @category GPU */ |
| 10521 | declare class GPUBindGroupLayout implements GPUObjectBase { |
| 10522 | label: string; |
| 10523 | } |
| 10524 | |
| 10525 | /** @category GPU */ |
| 10526 | interface GPUBindGroupLayoutDescriptor extends GPUObjectDescriptorBase { |
nothing calls this directly
no outgoing calls
no test coverage detected