HLSL: non-static member functions: track and find active anonymous 'this' scopes and members.
Thanks to @steve-lunarg for his input and discussions on handling member functions.
This commit is contained in:
parent
f4ba25e009
commit
3778979cd4
11 changed files with 500 additions and 172 deletions
|
|
@ -428,6 +428,8 @@ public:
|
|||
return semanticNameSet.insert(name).first->c_str();
|
||||
}
|
||||
|
||||
const char* const implicitThisName = "@this";
|
||||
|
||||
protected:
|
||||
TIntermSymbol* addSymbol(int Id, const TString&, const TType&, const TConstUnionArray&, TIntermTyped* subtree, const TSourceLoc&);
|
||||
void error(TInfoSink& infoSink, const char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue