зеркало из https://github.com/mozilla/gecko-dev.git
Bug 698169 - Make WebGL texSubImage2D respect alpha-premultiplied DOM sources - r=bjacob
This commit is contained in:
Родитель
30161e293b
Коммит
c28c5261c7
|
@ -5139,7 +5139,7 @@ WebGLContext::TexSubImage2D_dom(WebGLenum target, WebGLint level,
|
|||
format, type,
|
||||
isurf->Data(), byteLength,
|
||||
-1,
|
||||
srcFormat, true);
|
||||
srcFormat, mPixelStorePremultiplyAlpha);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
Загрузка…
Ссылка в новой задаче