HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar.
This commit is contained in:
parent
2572b19e94
commit
a1e2d4952e
8 changed files with 40 additions and 56 deletions
|
|
@ -1,7 +1,7 @@
|
|||
string s = "string1";
|
||||
string e = "";
|
||||
string bracket < string a = "nested" ; > ;
|
||||
string brackets < string b = "nest1" ; string c = "nest2" ; string d = "nest3" ; > ;
|
||||
string brackets < string b = "nest1" ; string c = "nest2" ; float test [ 4 ] = { 1.0 , 1.0 , 1.0 , 1.0 } ; vector<float, 3> a = float3(2.0); > ;
|
||||
string brackete1 < > ;
|
||||
string brackete2 < ; > ;
|
||||
string brackete3 < ; ; > ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue