yum-mirror/slang

Making it easier to work with shaders

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

Yong HeHandle import, entrypoint and global params in included files. (#3395)12fcffaaa

master
58 B6 linesraw
1module helper;
2
3public int helperFunc()
4{
5    return 1;
6}