mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spam
qt/bootmanager: Remove unnecessary glBindFramebuffer
This commit is contained in:
		
						commit
						f570b129a2
					
				@ -224,7 +224,6 @@ public:
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        context->MakeCurrent();
 | 
			
		||||
        glBindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
 | 
			
		||||
        if (Core::System::GetInstance().Renderer().TryPresent(100)) {
 | 
			
		||||
            context->SwapBuffers();
 | 
			
		||||
            glFinish();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user