зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1636517 - When detaching a webgl fb attachment, reset params to defaults. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D77177
This commit is contained in:
Родитель
bcc33f9b49
Коммит
aa48742190
|
@ -340,6 +340,9 @@ void WebGLContext::FramebufferAttach(const GLenum target,
|
|||
}
|
||||
|
||||
auto safeToAttach = toAttach;
|
||||
if (!toAttach.rb && !toAttach.tex) {
|
||||
safeToAttach = {};
|
||||
}
|
||||
if (!IsWebGL2() &&
|
||||
!IsExtensionEnabled(WebGLExtensionID::OES_fbo_render_mipmap)) {
|
||||
safeToAttach.mipLevel = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче