HLSL: Basic array grammar.
This commit is contained in:
parent
93a162a857
commit
19b92fff7e
6 changed files with 254 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue