yum-mirror/slang

Making it easier to work with shaders

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

Yong HeSupport `include` for pulling file into the current module. (#3377)1050e0eb9

master
77 B4 linesraw
1// TEST_IGNORE_FILE:
2implementing main;
3
4int f_c() { return f_a() + f_b(); }