aboutsummaryrefslogtreecommitdiff
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
    }
}