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 3// Forgetting to put in the `;` after declaraing a variable/field 4// with a semantic used to put the compiler into an infinite loop. 5 6struct Test 7{ 8 float4 pos : SV_POSITION 9};