mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Merge branch 'main' into 12.0-development
This commit is contained in:
@@ -155,7 +155,7 @@ bool OpenGL::initContext()
|
||||
if (getVendor() == VENDOR_AMD)
|
||||
{
|
||||
bugs.clearRequiresDriverTextureStateUpdate = true;
|
||||
if (!gl.isCoreProfile())
|
||||
if (!gl.isCoreProfile() && !GLAD_ES_VERSION_2_0)
|
||||
bugs.generateMipmapsRequiresTexture2DEnable = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user