Updated glslang.

This commit is contained in:
Бранимир Караџић 2020-08-02 19:32:42 -07:00
parent 276598ad50
commit 07583ddba2

View File

@ -639,7 +639,7 @@ public:
int addBlockName(const TString& name, const TType& type, int size)
{
int blockIndex;
int blockIndex = 0;
if (type.isArray()) {
TType derefType(type, 0);
for (int e = 0; e < type.getOuterArraySize(); ++e) {