mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	HWRasterizer: Implemented stencil ops 6 and 7.
This commit is contained in:
		
							parent
							
								
									7c1f84a92b
								
							
						
					
					
						commit
						0c7da9b815
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -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
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue