yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Tim FoleyMerge pull request #3 from tfoleyNV/rename-testsce90fec1c

master
139 B6 linesraw
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); }