yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
369279e91
master
1//DIAGNOSTIC_TEST:SIMPLE: 2 3// Check the diagnostic output if a token uses \ line split 4 5void foo() { br\ 6eak; }
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
369279e91
1//DIAGNOSTIC_TEST:SIMPLE: 2 3// Check the diagnostic output if a token uses \ line split 4 5void foo() { br\ 6eak; }