yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

jsmall-nvidiaDisable `class` keyword to define a new type (#2212)1f3298e3e

master
206 B8 linesraw
1result code = -1
2standard error = {
3tests/diagnostics/class-keyword.slang(6): error 20014: 'class' is a reserved keyword in this context; use 'struct' instead.
4class SomeClass
5^~~~~
6}
7standard output = {
8}