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
/
src
/
Ryujinx.Graphics.GAL
/
DepthStencilMode.cs
blob: 1031355ff38e1e8d4ee58635ca4eca74b64f4c33 (
plain
)
1
2
3
4
5
6
7
8
namespace
Ryujinx
.
Graphics
.
GAL
{
public enum
DepthStencilMode
{
Depth
,
Stencil
,
}
}