ryubing/Ryujinx.Graphics.GAL/Texture/DepthStencilMode.cs

8 lines
118 B
C#

namespace Ryujinx.Graphics.GAL.Texture
{
public enum DepthStencilMode
{
Depth,
Stencil
}
}