[go: up one dir, main page]

Module wgpu::core::naga::front

source ·
Available on wgpu_core only.
Expand description

Frontend parsers that consume binary and text shaders and load them into Modules.

Modules§

  • glslglsl-in
    Frontend for GLSL (OpenGL Shading Language).
  • spvspv-in
    Frontend for SPIR-V (Standard Portable Intermediate Representation).
  • wgslwgsl-in
    Frontend 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>.