webgpu_inspector icon indicating copy to clipboard operation
webgpu_inspector copied to clipboard

Web Worker support

Open csnewman opened this issue 9 months ago • 2 comments

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.

csnewman avatar May 23 '24 22:05 csnewman