HLSL: Hook up constructor expressions through the AST.
This commit is contained in:
parent
87142c71fb
commit
d016be19fb
7 changed files with 139 additions and 29 deletions
|
|
@ -55,13 +55,14 @@ namespace glslang {
|
|||
bool acceptTokenClass(EHlslTokenClass);
|
||||
|
||||
bool acceptCompilationUnit();
|
||||
bool acceptDeclaration();
|
||||
bool acceptDeclaration(TIntermNode*& node);
|
||||
bool acceptFullySpecifiedType(TType&);
|
||||
void acceptQualifier(TQualifier&);
|
||||
bool acceptType(TType&);
|
||||
bool acceptCompoundStatement();
|
||||
bool acceptExpression(TIntermTyped*&);
|
||||
bool acceptArguments(TIntermSequence*&);
|
||||
bool acceptConstructor(TIntermTyped*&);
|
||||
bool acceptArguments(TFunction*, TIntermAggregate*&);
|
||||
bool acceptLiteral(TIntermTyped*&);
|
||||
bool acceptOperator(TOperator& op);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue