()
| 130 | private hasTimestampQueryWarned = false; |
| 131 | |
| 132 | private nextDataId(): number { |
| 133 | return WebGPUBackend.nextDataId++; |
| 134 | } |
| 135 | |
| 136 | constructor(device: GPUDevice, adapterInfo?: GPUAdapterInfo) { |
| 137 | super(); |
no outgoing calls
no test coverage detected