mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 10:49:59 +00:00
OpenGL: Keep stencil-test and framebuffer.depth_format in sync
This commit is contained in:
parent
f3ba678b81
commit
d47605b2ed
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ void RasterizerOpenGL::NotifyPicaRegisterChanged(u32 id) {
|
|||
// Stencil test
|
||||
case PICA_REG_INDEX(output_merger.stencil_test.raw_func):
|
||||
case PICA_REG_INDEX(output_merger.stencil_test.raw_op):
|
||||
case PICA_REG_INDEX(framebuffer.depth_format):
|
||||
SyncStencilTest();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue