Expand description
Core Rust-to-WGSL transpiler.
This module handles the translation of Rust AST to WGSL code.
Structs§
- Shared
VarInfo - Information about a shared memory variable.
- Wgsl
Transpiler - WGSL code transpiler.
Functions§
- transpile_
function - Transpile a function to WGSL without kernel attributes.