yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
2896aa39a
master
1//DIAGNOSTIC_TEST:SIMPLE: 2 3 4struct Color 5{ 6 int Red; 7} 8 9void test() 10{ 11 int x = Color.Red; 12}
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
2896aa39a
1//DIAGNOSTIC_TEST:SIMPLE: 2 3 4struct Color 5{ 6 int Red; 7} 8 9void test() 10{ 11 int x = Color.Red; 12}