Add missing initialisation of counterIndex and stages in badReflection()
This commit is contained in:
parent
544c039d26
commit
7e500c7b36
@ -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…
x
Reference in New Issue
Block a user