HLSL: Basic array grammar.

This commit is contained in:
John Kessenich
2016-06-19 11:50:34 -06:00
parent 93a162a857
commit 19b92fff7e
6 changed files with 254 additions and 9 deletions

View File

@@ -87,6 +87,7 @@ namespace glslang {
bool acceptIterationStatement(TIntermNode*&);
bool acceptJumpStatement(TIntermNode*&);
bool acceptCaseLabel(TIntermNode*&);
void acceptArraySpecifier(TArraySizes*&);
void acceptPostDecls(TType&);
HlslParseContext& parseContext; // state of parsing and helper functions for building the intermediate