зеркало из https://github.com/mozilla/pjs.git
Bug 599466 - OpenGL function glGetError called on wrong GL context from GLDebugPrintError from ThebesLayerOGL::Destroy - r=vladimir, a=blocking-beta7
This commit is contained in:
Родитель
23ee02915b
Коммит
f60e19b6d5
|
@ -1337,6 +1337,7 @@ public:
|
|||
inline void
|
||||
GLDebugPrintError(GLContext* aCx, const char* const aFile, int aLine)
|
||||
{
|
||||
aCx->MakeCurrent();
|
||||
GLenum err = aCx->fGetError();
|
||||
if (err) {
|
||||
printf_stderr("GL ERROR: 0x%04x at %s:%d\n", err, aFile, aLine);
|
||||
|
|
Загрузка…
Ссылка в новой задаче