1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-13 08:27:30 -07:00

8 lines
113 B
C#
Raw Permalink Normal View History

namespace Ryujinx.Graphics.GAL
{
public enum DepthMode
{
MinusOneToOne,
ZeroToOne
}
}