aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/Texture/DepthStencilMode.cs
blob: d7a379d81be89e5aec9f243701893736ac3d0aa4 (plain)
1
2
3
4
5
6
7
8
namespace Ryujinx.Graphics.GAL.Texture
{
    public enum DepthStencilMode
    {
        Depth,
        Stencil
    }
}