| 25 | export type GPUPointer = number; |
| 26 | |
| 27 | export interface GPUDeviceDetectOutput { |
| 28 | adapter: GPUAdapter; |
| 29 | adapterInfo: GPUAdapterInfo; |
| 30 | device: GPUDevice; |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * DetectGPU device in the environment. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…