load_capture_file
Load a saved WebGPU capture (.wgpuc or .json) from disk to inspect frames, shaders, and buffers for performance and rendering analysis.
Instructions
Load a WebGPU Inspector capture file from disk (a .wgpuc binary saved by saveCaptureData() or the DevTools 'Save Capture' action, or a legacy .json capture) so it can be analyzed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the capture file (.wgpuc, or legacy .json). |