yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
2896aa39a
master
1//DIAGNOSTIC_TEST:SIMPLE: 2// `continue` where it isn't allowed 3 4void foo() { continue; }
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
2896aa39a
1//DIAGNOSTIC_TEST:SIMPLE: 2// `continue` where it isn't allowed 3 4void foo() { continue; }