HLSL: Fix #747: accept 'struct' in front of previously user-defined type name.
This commit is contained in:
parent
0479437a5c
commit
854fe24786
8 changed files with 143 additions and 21 deletions
|
|
@ -114,7 +114,7 @@ namespace glslang {
|
|||
bool acceptCaseLabel(TIntermNode*&);
|
||||
bool acceptDefaultLabel(TIntermNode*&);
|
||||
void acceptArraySpecifier(TArraySizes*&);
|
||||
void acceptPostDecls(TQualifier&);
|
||||
bool acceptPostDecls(TQualifier&);
|
||||
bool acceptDefaultParameterDeclaration(const TType&, TIntermTyped*&);
|
||||
|
||||
HlslParseContext& parseContext; // state of parsing and helper functions for building the intermediate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue