yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
7dad68f86
master
1//TEST:LANG_SERVER: 2// 3//Broken syntax 4//HOVER:9,11 5 6__attributeTarget(StructDecl) 7attribute_syntax [MyAttribute(name:String)]; 8[MyAttribute] 9struct MyStruct 10{ 11 int a = 5; 12 13}