yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
0389546b0
master
1//DIAGNOSTIC_TEST:SIMPLE:-E 2 3// Macro parameters must have unique names 4 5#define A(x, x) a x b x c 6 7A(,) 8
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
0389546b0
1//DIAGNOSTIC_TEST:SIMPLE:-E 2 3// Macro parameters must have unique names 4 5#define A(x, x) a x b x c 6 7A(,) 8