yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
12fcffaaa
master
1module helper; 2 3public int helperFunc() 4{ 5 return 1; 6}
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
12fcffaaa
1module helper; 2 3public int helperFunc() 4{ 5 return 1; 6}