mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 02:30:45 -04:00
gl_rasterizer: Synchronize stencil testing on clears
This commit is contained in:
@@ -444,6 +444,7 @@ void RasterizerOpenGL::Clear() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SyncRasterizeEnable();
|
SyncRasterizeEnable();
|
||||||
|
SyncStencilTestState();
|
||||||
|
|
||||||
if (regs.clear_flags.scissor) {
|
if (regs.clear_flags.scissor) {
|
||||||
SyncScissorTest();
|
SyncScissorTest();
|
||||||
|
|||||||
Reference in New Issue
Block a user