Compute Shaders
Debug and inspect WebGPU compute shaders with 3Lens.
Loading example...
Explore WebGPU compute shader debugging capabilities. Inspect buffer contents, view execution statistics, and analyze compute pipeline performance.
Features Demonstrated
- Compute Pipeline Inspection: View compute shader code and bindings
- Buffer Debugging: Inspect storage and uniform buffer contents
- Workgroup Analysis: Visualize workgroup dispatch dimensions
- Performance Metrics: GPU compute timing and throughput
Related Examples
- WebGPU Features - WebGPU-specific capabilities
- Custom Render Pipeline - Custom rendering
- Shader Debugging - GLSL/WGSL debugging