Expand description
WGSL parser for NxPU.
Parses WGSL source text into an nxpu_ir::Module by using
naga’s WGSL frontend and then
lowering the resulting naga::Module to NxPU-IR.
Enums§
Functions§
- parse
- Parse WGSL source into an NxPU IR module.
WGSL parser for NxPU.
Parses WGSL source text into an nxpu_ir::Module by using
naga’s WGSL frontend and then
lowering the resulting naga::Module to NxPU-IR.