renderer_gl: Respect depth-stencil write flag

This commit is contained in:
GPUCode 2023-07-26 22:13:41 +03:00
parent 6f7874227c
commit 50bcf3b617
2 changed files with 6 additions and 2 deletions

View file

@ -59,6 +59,7 @@ namespace PICA {
StencilTest = 0x105,
StencilOp = 0x106,
DepthAndColorMask = 0x107,
DepthBufferWrite = 0x115,
DepthBufferFormat = 0x116,
ColourBufferFormat = 0x117,
DepthBufferLoc = 0x11C,