[ANGLE] Cherry-pick upstream fix

This commit is contained in:
Moonchild 2021-07-14 13:51:11 +00:00 committed by roytam1
commit d3f293ec09

View file

@ -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)
{