mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
Replace incorrect uint32_t with correct int vars (#2235)
This commit is contained in:
parent
a0cce739bc
commit
eba1389a01
@ -92,8 +92,8 @@ public:
|
||||
if (processedDerefs.find(&base) == processedDerefs.end()) {
|
||||
processedDerefs.insert(&base);
|
||||
|
||||
uint32_t blockIndex = -1;
|
||||
uint32_t offset = -1;
|
||||
int blockIndex = -1;
|
||||
int offset = -1;
|
||||
TList<TIntermBinary*> derefs;
|
||||
TString baseName = base.getName();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user