HLSL: Basic turn on of non-static member functions.
Still need: pass by reference in SPIR-V and symbol-table level for accessing 'this' members from member functions.
This commit is contained in:
@@ -105,7 +105,7 @@ namespace glslang {
|
||||
bool acceptPostfixExpression(TIntermTyped*&);
|
||||
bool acceptConstructor(TIntermTyped*&);
|
||||
bool acceptFunctionCall(HlslToken, TIntermTyped*&, TIntermTyped* objectBase = nullptr,
|
||||
const TSymbol* typeBase = nullptr);
|
||||
const TSymbol* scope = nullptr);
|
||||
bool acceptArguments(TFunction*, TIntermTyped*&);
|
||||
bool acceptLiteral(TIntermTyped*&);
|
||||
bool acceptCompoundStatement(TIntermNode*&);
|
||||
|
||||
Reference in New Issue
Block a user