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

8 lines
118 B
C#
Raw Normal View History

2019-10-13 08:02:07 +02:00
namespace Ryujinx.Graphics.GAL.Texture
{
public enum DepthStencilMode
{
Depth,
Stencil
}
}