WGSL Shader Preprocessor that implements imports of modules
Go to file
SeanOMik e85adce6e3 output includes recursively, find dependencies of imported functions and output those as well 2024-08-09 12:40:45 -04:00
.vscode parse external usages of variables and functions 2024-08-09 12:40:45 -04:00
shaders output includes recursively, find dependencies of imported functions and output those as well 2024-08-09 12:40:45 -04:00
src output includes recursively, find dependencies of imported functions and output those as well 2024-08-09 12:40:45 -04:00
.gitignore use rust like module names for shader imports 2024-08-09 12:40:45 -04:00
Cargo.lock parse external usages of variables and functions 2024-08-09 12:40:45 -04:00
Cargo.toml parse external usages of variables and functions 2024-08-09 12:40:45 -04:00
LICENSE super simple includes using a pest parser 2024-08-09 12:40:45 -04:00