mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	gl_rasterizer: Don't disable blending on clears
Blending doesn't affect clears.
This commit is contained in:
		@@ -459,10 +459,6 @@ void RasterizerOpenGL::Clear() {
 | 
			
		||||
        glDisablei(GL_SCISSOR_TEST, 0);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // TODO(Rodrigo): Find out if blending affects clearing
 | 
			
		||||
    state_tracker.NotifyBlend0();
 | 
			
		||||
    glDisablei(GL_BLEND, 0);
 | 
			
		||||
 | 
			
		||||
    UNIMPLEMENTED_IF(regs.clear_flags.viewport);
 | 
			
		||||
 | 
			
		||||
    ConfigureClearFramebuffer(use_color, use_depth, use_stencil);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user