зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1349067 - Make gl as current at WebGL2 ReadBuffer(); r=ethlin,jgilbert
MozReview-Commit-ID: 5yrsuhilb1N --HG-- extra : rebase_source : e22d5bf358ac1e73f4073d39f99ae795d6ce65a2
This commit is contained in:
Родитель
ef5c8e6d40
Коммит
bcda0089e4
|
@ -316,6 +316,8 @@ WebGL2Context::ReadBuffer(GLenum mode)
|
|||
if (IsContextLost())
|
||||
return;
|
||||
|
||||
gl->MakeCurrent();
|
||||
|
||||
if (mBoundReadFramebuffer) {
|
||||
mBoundReadFramebuffer->ReadBuffer(funcName, mode);
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче