index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics.GAL
/
DepthStencilMode.cs
blob: e80d0d4b363319f6a4e28b3b38c209ffc064a1a5 (
plain
)
1
2
3
4
5
6
7
8
namespace
Ryujinx
.
Graphics
.
GAL
{
public enum
DepthStencilMode
{
Depth
,
Stencil
}
}