Standalone: Fix #1814: Check that linkage was specified for reflection.

This commit is contained in:
John Kessenich 2019-07-02 09:32:48 -06:00
parent 974a586688
commit e5c394bcba
3 changed files with 17 additions and 10 deletions

View file

@ -737,7 +737,7 @@ public:
// Reflection Interface
// call first, to do liveness analysis, index mapping, etc.; returns false on failure
bool buildReflection(int opts = EShReflectionDefault);
bool buildReflection(int opts = EShReflectionDefault);
unsigned getLocalSize(int dim) const; // return dim'th local size
int getReflectionIndex(const char *name) const;