
WebGPU Inspector 作者: brendan-duncan
WebGPU Inspector is a Developer Tools extension for debugging WebGPU content. It intercepts all WebGPU objects and commands, allowing you to inspect information about any GPU object and capture frames.
17 位使用者17 位使用者
擴充套件後設資料
關於此擴充套件
WebGPU Inspector is a Developer Tools extension for debugging WebGPU content. It intercepts all WebGPU objects and commands, allowing you to inspect information about any GPU object and capture frames.
- Inspect any WebGPU object, with a stacktrace for where it was created.
- Capture frames, including all commands, buffers, textures, and render pass results.
- Catch errors compiling shader modules and pipelines.
- Display textures, at any mip level.
- Edit shaders live on the page to debug and test shader changes.
- Debug shaders (highly experimental, work in progress, limited to compute shaders).
- Plot frame times and GPU object counts over time for profiling information.
- View uniform and storage buffer content used for draw and dispatch calls.
- Record all commands and data used to render a set of frames, generating a standalone HTML file that can recreate the render.
由 1 位評論者給出 0 分
權限與資料了解更多
必要權限:
- 讓開發者工具可存取您在開啟分頁中的資料
- 存取您所有網站中的資料
更多資訊
0.15.0 版的發行公告
- Fixes to the WGSL shader parser for reflection information and compute shader debugging.
- Fixes for inspecting and recording sites that use Worker threads.