mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
renderer_gl: Respect depth-stencil write flag
This commit is contained in:
parent
6f7874227c
commit
50bcf3b617
2 changed files with 6 additions and 2 deletions
|
@ -59,6 +59,7 @@ namespace PICA {
|
|||
StencilTest = 0x105,
|
||||
StencilOp = 0x106,
|
||||
DepthAndColorMask = 0x107,
|
||||
DepthBufferWrite = 0x115,
|
||||
DepthBufferFormat = 0x116,
|
||||
ColourBufferFormat = 0x117,
|
||||
DepthBufferLoc = 0x11C,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue