yum-mirror/slang

Making it easier to work with shaders

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

Yong HeSupport loading serialized modules. (#3588)5a623ec22

master
120 B9 linesraw
1implementing "precompiled-module-imported";
2
3namespace ns
4{
5    public int helperFunc1()
6    {
7        return 2;
8    }
9}