ryubing/src/Ryujinx.Graphics.GAL/Origin.cs

9 lines
108 B
C#

namespace Ryujinx.Graphics.GAL
{
public enum Origin
{
UpperLeft,
LowerLeft,
}
}