mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-08 03:51:39 +12:00
renderer_gl: Implement stencil testing
This commit is contained in:
parent
037d16ae7c
commit
95a8917589
3 changed files with 59 additions and 1 deletions
|
@ -55,6 +55,8 @@ namespace PICA {
|
|||
BlendFunc = 0x101,
|
||||
BlendColour = 0x103,
|
||||
AlphaTestConfig = 0x104,
|
||||
StencilTest = 0x105,
|
||||
StencilOp = 0x106,
|
||||
DepthAndColorMask = 0x107,
|
||||
DepthBufferFormat = 0x116,
|
||||
ColourBufferFormat = 0x117,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue