namespace Ryujinx.Graphics.Gpu { enum TextureSwizzle { _1dBuffer = 0, PitchColorKey = 1, Pitch = 2, BlockLinear = 3, BlockLinearColorKey = 4 } }