Warn on HLSL not finding entry point. Issue #588.

This commit is contained in:
John Kessenich 2016-11-26 13:45:18 -07:00
parent 517fe7a6ad
commit e50dc536ff
12 changed files with 24 additions and 3 deletions

View file

@ -385,6 +385,7 @@ public:
protected:
TIntermSymbol* addSymbol(int Id, const TString&, const TType&, const TConstUnionArray&, TIntermTyped* subtree, const TSourceLoc&);
void error(TInfoSink& infoSink, const char*);
void warn(TInfoSink& infoSink, const char*);
void mergeBodies(TInfoSink&, TIntermSequence& globals, const TIntermSequence& unitGlobals);
void mergeLinkerObjects(TInfoSink&, TIntermSequence& linkerObjects, const TIntermSequence& unitLinkerObjects);
void mergeImplicitArraySizes(TType&, const TType&);