| 10353 | |
| 10354 | /** @category GPU */ |
| 10355 | declare class GPUTextureView implements GPUObjectBase { |
| 10356 | label: string; |
| 10357 | } |
| 10358 | |
| 10359 | /** @category GPU */ |
| 10360 | interface GPUTextureViewDescriptor extends GPUObjectDescriptorBase { |
nothing calls this directly
no outgoing calls
no test coverage detected