mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-14 22:44:31 +00:00
Updated glslang.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user