зеркало из https://github.com/mozilla/pjs.git
Bug 705641 - Add more output to framebuffer incompleteness abort message. r=jrmuizel
This commit is contained in:
Родитель
e8413e4709
Коммит
b336f1ee50
|
@ -1169,6 +1169,8 @@ LayerManagerOGL::CreateFBOWithTexture(const nsIntRect& aRect, InitMode aInit,
|
|||
nsCAutoString msg;
|
||||
msg.Append("Framebuffer not complete -- error 0x");
|
||||
msg.AppendInt(result, 16);
|
||||
msg.Append(", mFBOTextureTarget 0x");
|
||||
msg.AppendInt(mFBOTextureTarget, 16);
|
||||
NS_RUNTIMEABORT(msg.get());
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче