yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f65d756bf
master
1result code = -1 2standard error = { 3tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body 4int bar() 5 ^~~ 6tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar' 7int bar() 8 ^~~ 9tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body 10int bar() 11 ^~~ 12tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar' 13int bar() 14 ^~~ 15} 16standard output = { 17}