| name | webgpu-guide |
| description | Reference guide for WebGPU, WGSL, and WESL development. Use when writing graphics code, shaders, or setting up rendering pipelines. |
WebGPU Development Guide
Overview
This skill provides references and best practices for developing with WebGPU, WGSL, and WESL.
References
Usage Guidelines
When writing WebGPU code:
- Check Fundamentals: Refer to
webgpu-fundamentals.md for proper resource usage (buffers, textures).
- Verify WGSL: Use
wgsl-spec.md to verify built-in function signatures and type compatibility.
- Leverage WESL: If the project uses WESL, check
wesl-guide.md for syntax.
- Rust Implementation: For Rust-specific API questions, consult
wgpu-rs-guide.md.
External Resources (Reference Only)