Skip to main content

Crate nxpu_parser

Crate nxpu_parser 

Source
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§

ParseError

Functions§

parse
Parse WGSL source into an NxPU IR module.