yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
ec0224edc
master
1module m; 2 3__include m2; 4 5namespace ns1 6{ 7namespace ns2 8{ 9 public int f() { return 1; } 10} 11}
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
ec0224edc
1module m; 2 3__include m2; 4 5namespace ns1 6{ 7namespace ns2 8{ 9 public int f() { return 1; } 10} 11}