Explorar el Código

Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spam

qt/bootmanager: Remove unnecessary glBindFramebuffer
Fernando Sahmkow hace 6 años
padre
commit
f570b129a2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/yuzu/bootmanager.cpp

+ 0 - 1
src/yuzu/bootmanager.cpp

@@ -224,7 +224,6 @@ public:
         }
 
         context->MakeCurrent();
-        glBindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
         if (Core::System::GetInstance().Renderer().TryPresent(100)) {
             context->SwapBuffers();
             glFinish();