mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
[ANGLE] Cherry-pick upstream fix
This commit is contained in:
parent
6b11c3f299
commit
d3f293ec09
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue