Add missing initialisation of counterIndex and stages in badReflection()
This commit is contained in:
parent
544c039d26
commit
7e500c7b36
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ public:
|
||||||
EShLanguageMask stages;
|
EShLanguageMask stages;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
TObjectReflection() : offset(-1), glDefineType(-1), size(-1), index(-1), type(nullptr) { }
|
TObjectReflection() :
|
||||||
|
offset(-1), glDefineType(-1), size(-1), index(-1), counterIndex(-1), stages(EShLanguageMask(0)), type(nullptr) { }
|
||||||
|
|
||||||
const TType* type;
|
const TType* type;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue