mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 09:27:58 -05:00
SWRasterizer: Implemented stencil action 1 (GL_ZERO).
Verified with hwtests.
This commit is contained in:
@ -442,7 +442,7 @@ struct Regs {
|
||||
|
||||
enum class StencilAction : u32 {
|
||||
Keep = 0,
|
||||
|
||||
Zero = 1,
|
||||
Replace = 2,
|
||||
Increment = 3,
|
||||
Decrement = 4,
|
||||
|
Reference in New Issue
Block a user