yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
5a623ec22
master
1implementing "precompiled-module-imported"; 2 3namespace ns 4{ 5 public int helperFunc1() 6 { 7 return 2; 8 } 9}
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
5a623ec22
1implementing "precompiled-module-imported"; 2 3namespace ns 4{ 5 public int helperFunc1() 6 { 7 return 2; 8 } 9}