зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1617082 - Don't query zero uniform lists. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D63592 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
5c8273802c
Коммит
74a66ab98d
|
@ -2208,7 +2208,7 @@ webgl::LinkActiveInfo GetLinkActiveInfo(
|
|||
std::vector<GLint> blockMatrixStrideList(count, -1);
|
||||
std::vector<GLint> blockIsRowMajorList(count, 0);
|
||||
|
||||
if (webgl2) {
|
||||
if (webgl2 && count) {
|
||||
std::vector<GLuint> activeIndices;
|
||||
activeIndices.reserve(count);
|
||||
for (const auto i : IntegerRange(count)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче