Fix #1471: Merge shift amounts for different sets: --stb ... --std ...
This commit is contained in:
parent
ade8bbbf5f
commit
251901ac8a
4 changed files with 21 additions and 15 deletions
|
|
@ -322,7 +322,7 @@ void ProcessBindingBase(int& argc, char**& argv, glslang::TResourceType res)
|
|||
|
||||
for (int lang = langMin; lang < langMax; ++lang) {
|
||||
if (!perSetBase.empty())
|
||||
baseBindingForSet[res][lang] = perSetBase;
|
||||
baseBindingForSet[res][lang].insert(perSetBase.begin(), perSetBase.end());
|
||||
else
|
||||
baseBinding[res][lang] = singleBase;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue