yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
ce90fec1c
master
1//TEST:SIMPLE: 2// test that we can include a file via `using` 3 4using "parser-using-file-a.slang.h"; 5 6float base( float x ) { return a(x); }