mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	HWRasterizer: Implemented stencil ops 6 and 7.
This commit is contained in:
		@@ -159,7 +159,9 @@ inline GLenum StencilOp(Pica::Regs::StencilAction action) {
 | 
			
		||||
        GL_REPLACE,     // StencilAction::Replace
 | 
			
		||||
        GL_INCR,        // StencilAction::Increment
 | 
			
		||||
        GL_DECR,        // StencilAction::Decrement
 | 
			
		||||
        GL_INVERT       // StencilAction::Invert
 | 
			
		||||
        GL_INVERT,      // StencilAction::Invert
 | 
			
		||||
        GL_INCR_WRAP,   // StencilAction::IncrementWrap
 | 
			
		||||
        GL_DECR_WRAP    // StencilAction::DecrementWrap
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    // Range check table for input
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user