yum-mirror/slang

Making it easier to work with shaders

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

Jay KwakFix intermittent debug failures with Debug build (#7369)7dad68f86

master
181 B13 linesraw
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}