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