[ANGLE] Cherry-pick upstream fix

This commit is contained in:
Moonchild
2021-07-14 13:51:11 +00:00
parent 6fe78cec8a
commit ce2938d274
@@ -205,6 +205,7 @@ bool Image11::redefine(GLenum target, GLenum internalformat, const gl::Extents &
{
if (mWidth != size.width ||
mHeight != size.height ||
mDepth != size.depth ||
mInternalFormat != internalformat ||
forceRelease)
{