Fix non-Windows build error.
This commit is contained in:
parent
f97f2ce603
commit
8ce6e2ba49
2 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ protected:
|
|||
void declareArray(const TSourceLoc&, TString& identifier, const TType&, TSymbol*&, bool track);
|
||||
TIntermNode* executeInitializer(const TSourceLoc&, TIntermTyped* initializer, TVariable* variable);
|
||||
TIntermTyped* convertInitializerList(const TSourceLoc&, const TType&, TIntermTyped* initializer);
|
||||
bool HlslParseContext::isZeroConstructor(const TIntermNode*);
|
||||
bool isZeroConstructor(const TIntermNode*);
|
||||
TOperator mapAtomicOp(const TSourceLoc& loc, TOperator op, bool isImage);
|
||||
|
||||
// Return true if this node requires L-value conversion (e.g, to an imageStore).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue