-
Notifications
You must be signed in to change notification settings - Fork 2
Description
It came up at the Sept 2025 WebGPU Face To Face meeting to see if there was any desire to try to standardize a WebGPU capture format so that tools like WebGPUReconstruct, and webgpu inspector
This would theoretically allow capturing from one tool and replaying that capture in a different tool which might be useful. On the other hand it requires coordination.
I wasn't sure where to have this conversation so I thought I'd start a thread here. Feel free to move this conversation somewhere more appropriate.
@Chainsawkitten
@brendan-duncan
@stefnotch
@Kangz
wgpu also has a capture and playback facility and dawn has been exploring one as well.
The first proposal is to semi auto-generate a protocol buffer from the webgpu.idl with a little extra sprinkled in where needed.