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