mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 15:35:46 +00:00
gl_rasterizer: Synchronize stencil testing on clears
This commit is contained in:
parent
23c7dda710
commit
c310cef615
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ void RasterizerOpenGL::Clear() {
|
||||||
}
|
}
|
||||||
|
|
||||||
SyncRasterizeEnable();
|
SyncRasterizeEnable();
|
||||||
|
SyncStencilTestState();
|
||||||
|
|
||||||
if (regs.clear_flags.scissor) {
|
if (regs.clear_flags.scissor) {
|
||||||
SyncScissorTest();
|
SyncScissorTest();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue