This website requires JavaScript.
Explore
Help
Sign In
SeanOMik
/
wgsl-preprocessor
Watch
1
Star
0
Fork
You've already forked wgsl-preprocessor
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
WGSL Shader Preprocessor that implements imports of modules
6
Commits
1
Branch
0
Tags
79
KiB
Rust
100%
e85adce6e3
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
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