yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
369279e91
master
1result code = -1 2standard error = { 3tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'. 4#define M (x) - (x) 5 ^ 6tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'. 7#define M (x) - (x) 8 ^ 9} 10standard output = { 11}