mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-27 19:04:23 +01:00
gl_rasterizer: Synchronize stencil testing on clears
This commit is contained in:
parent
23c7dda710
commit
c310cef615
@ -444,6 +444,7 @@ void RasterizerOpenGL::Clear() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SyncRasterizeEnable();
|
SyncRasterizeEnable();
|
||||||
|
SyncStencilTestState();
|
||||||
|
|
||||||
if (regs.clear_flags.scissor) {
|
if (regs.clear_flags.scissor) {
|
||||||
SyncScissorTest();
|
SyncScissorTest();
|
||||||
|
Loading…
Reference in New Issue
Block a user