Skip to main content

Module transpiler

Module transpiler 

Source
Expand description

Core Rust-to-WGSL transpiler.

This module handles the translation of Rust AST to WGSL code.

Structs§

SharedVarInfo
Information about a shared memory variable.
WgslTranspiler
WGSL code transpiler.

Functions§

transpile_function
Transpile a function to WGSL without kernel attributes.