1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-01 04:22:57 -06:00

8 lines
113 B
C#

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