0
0
Fork 0
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-11 10:21:57 +00:00
ryujinx-fork/Ryujinx.Graphics.GAL/Texture/DepthStencilMode.cs
2020-01-09 02:13:00 +01:00

8 lines
No EOL
118 B
C#

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