Available on
wgpu_core or naga only.Expand description
Frontend parsers that consume binary and text shaders and load them into Modules.
Modules
- glsl
glsl-inFrontend for GLSL (OpenGL Shading Language). - spv
spv-inFrontend for SPIR-V (Standard Portable Intermediate Representation). - wgsl
wgsl-inFrontend for WGSL (WebGPU Shading Language).
Structs
- Structure responsible for managing variable lookups and keeping track of lexical scopes
- A table of types for an
Arena<Expression>.