Standalone: Fix #1814: Check that linkage was specified for reflection.
This commit is contained in:
parent
974a586688
commit
e5c394bcba
3 changed files with 17 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue