Expand description
General documentation and guides for the wgpu crate.
Each module here is documentation only (it contains no runtime code) and
collects concept primers, best practices, debugging tips, platform notes,
and explanations of wgpu’s internals that don’t belong on any single API item.
Modules§
- best_
practices - Best Practices
- color
- Articles about HDR, color, and color spaces.
- debugging
- Debugging
- extensions
- Extensions to the WebGPU API
- features
- Feature flags
- getting_
started - Getting Started
- internals
- Internals and Architecture
- platforms
- Platform-Specific Guides
- shaders
- Shader Support