yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
0c64995ea
master
1result code = -1 2standard error = { 3tests/diagnostics/static-ref-to-nonstatic-member.slang(11): error 30100: type 'Color' cannot be used to refer to non-static member 'Red' 4 int x = Color.Red; 5 ^~~ 6} 7standard output = { 8}