yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
ec0224edc
master
1module m; 2namespace ns1.ns2 3{ 4 public int g() { return 1; } 5}
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
ec0224edc
1module m; 2namespace ns1.ns2 3{ 4 public int g() { return 1; } 5}