Assemble shader modules from multiple WGSL files.
Go to file
Matthew Gordon 439082dad3 Update to reflect changes to proc_macro
I was using the unstable Span::source_file() function which has been
removed. Replaced with Span::local_file().
2025-05-10 09:18:22 -03:00
src Update to reflect changes to proc_macro 2025-05-10 09:18:22 -03:00
.gitignore Add *~ to .gitignore 2024-12-07 12:07:33 -04:00
Cargo.toml Add //#include macro 2024-12-12 10:23:34 -04:00
LICENSE Initial commit 2024-12-06 21:31:57 +00:00
README.md Initial commit 2024-12-06 21:31:57 +00:00
rust-toolchain.toml Create proc macro for loading single WGSL file 2024-12-07 12:08:28 -04:00

README.md

wgsl-shader-assembler

Assemble shader modules from multiple WGSL files.