We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af40db commit 8292684Copy full SHA for 8292684
1 file changed
glslang/MachineIndependent/iomapper.cpp
@@ -647,7 +647,7 @@ struct TSymbolValidater
647
} else if (base->getQualifier().isUniformOrBuffer() && !base->getQualifier().isPushConstant()) {
648
// validate uniform type;
649
for (int i = 0; i < EShLangCount; i++) {
650
- if (i != currentStage && outVarMaps[i] != nullptr) {
+ if (i != currentStage && uniformVarMap[i] != nullptr) {
651
auto ent2 = uniformVarMap[i]->find(name);
652
if (ent2 != uniformVarMap[i]->end()) {
653
ent2->second.symbol->getType().appendMangledName(mangleName2);
0 commit comments