| 10978 | |
| 10979 | /** @category GPU */ |
| 10980 | declare class GPUCommandBuffer implements GPUObjectBase { |
| 10981 | label: string; |
| 10982 | } |
| 10983 | |
| 10984 | /** @category GPU */ |
| 10985 | interface GPUCommandBufferDescriptor extends GPUObjectDescriptorBase {} |
nothing calls this directly
no outgoing calls
no test coverage detected