mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	HWRasterizer: Implemented stencil op 1 (GL_ZERO)
This commit is contained in:
		
							parent
							
								
									fef1462371
								
							
						
					
					
						commit
						e43eb130d4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -155,7 +155,7 @@ inline GLenum CompareFunc(Pica::Regs::CompareFunc func) { | ||||||
| inline GLenum StencilOp(Pica::Regs::StencilAction action) { | inline GLenum StencilOp(Pica::Regs::StencilAction action) { | ||||||
|     static const GLenum stencil_op_table[] = { |     static const GLenum stencil_op_table[] = { | ||||||
|         GL_KEEP,        // StencilAction::Keep
 |         GL_KEEP,        // StencilAction::Keep
 | ||||||
|         GL_KEEP, |         GL_ZERO,        // StencilAction::Zero
 | ||||||
|         GL_REPLACE,     // StencilAction::Replace
 |         GL_REPLACE,     // StencilAction::Replace
 | ||||||
|         GL_INCR,        // StencilAction::Increment
 |         GL_INCR,        // StencilAction::Increment
 | ||||||
|         GL_DECR,        // StencilAction::Decrement
 |         GL_DECR,        // StencilAction::Decrement
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue