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