gl_rasterizer: Synchronize stencil testing on clears
This commit is contained in:
parent
2647e03b76
commit
90b050f9f4
|
|
@ -444,6 +444,7 @@ void RasterizerOpenGL::Clear() {
|
|||
}
|
||||
|
||||
SyncRasterizeEnable();
|
||||
SyncStencilTestState();
|
||||
|
||||
if (regs.clear_flags.scissor) {
|
||||
SyncScissorTest();
|
||||
|
|
|
|||
Loading…
Reference in New Issue