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