webgpu_inspector
webgpu_inspector copied to clipboard
Web Worker support
https://webgpu.github.io/webgpu-samples/sample/worker/
Currently the extension can't intercept WebGPU running inside a web worker, such as via transferControlToOffscreen
. This technique is often used to reduce jank on the UI thread and therefore would be useful to support.