mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
OGL: Also redefine glFramebufferTexture on OpenGL ES.
This commit is contained in:
parent
aa57feb9a8
commit
c0a5ae1746
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ Renderer::Renderer()
|
|||
glClearDepthf = ClearDepthf;
|
||||
}
|
||||
|
||||
if (GLExtensions::Version() < 320)
|
||||
if (GLExtensions::Version() < 320 || GLInterface->GetMode() != GLInterfaceMode::MODE_OPENGL)
|
||||
{
|
||||
glFramebufferTexture = FramebufferTexture;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue