index
:
mirror/ryujinx
master
An experimental Nintendo Switch Emulator written in C#
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics.GAL
/
DepthStencilMode.cs
blob: e80d0d4b363319f6a4e28b3b38c209ffc064a1a5 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
namespace
Ryujinx.Graphics.GAL
{
public
enum
DepthStencilMode
{
Depth
,
Stencil
}
}