aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalMemoryLayout.cs
blob: 73fabf8c2a06a5936fa2404a10e30271b6fea0a0 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.Graphics.Gal
{
    public enum GalMemoryLayout
    {
        BlockLinear = 0,
        Pitch       = 1
    }
}