mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
OGL: Also redefine glFramebufferTexture on OpenGL ES.
This commit is contained in:
@ -468,7 +468,7 @@ Renderer::Renderer()
|
|||||||
glClearDepthf = ClearDepthf;
|
glClearDepthf = ClearDepthf;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GLExtensions::Version() < 320)
|
if (GLExtensions::Version() < 320 || GLInterface->GetMode() != GLInterfaceMode::MODE_OPENGL)
|
||||||
{
|
{
|
||||||
glFramebufferTexture = FramebufferTexture;
|
glFramebufferTexture = FramebufferTexture;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user