yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Ellie Hermaszewskaformatf65d756bf

master
104 B6 linesraw
1// this file exists to be included by "parser-using-file.slang"
2
3float a(float x)
4{
5    return x * x;
6}