
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.
Βαθμολογήθηκε με 0 από 0 αξιολογητές
Δικαιώματα και δεδομέναΜάθετε περισσότερα
Απαιτούμενα δικαιώματα:
- Κάνει επέκταση των εργαλείων προγραμματιστή για πρόσβαση στα δεδομένα σας στις ανοικτές καρτέλες
- Έχει πρόσβαση στα δεδομένα σας για κάθε ιστότοπο
Περισσότερες πληροφορίες
- Σύνδεσμοι προσθέτου
- Έκδοση
- 0.15.0
- Μέγεθος
- 302,62 KB
- Τελευταία ενημέρωση
- ένας μήνας πριν (10 Σεπ 2025)
- Σχετικές κατηγορίες
- Άδεια
- Άδεια MIT
- Ιστορικό εκδόσεων
- Προσθήκη σε συλλογή
Σημειώσεις έκδοσης του 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.