yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f65d756bf
master
1// this file exists to be included by "parser-using-file.slang" 2 3float a (float x ) 4{ 5return x * x ; 6}
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f65d756bf
1// this file exists to be included by "parser-using-file.slang" 2 3float a (float x ) 4{ 5return x * x ; 6}