namespace Ryujinx.Graphics.Gpu.Image { enum TextureDescriptorType { Buffer, LinearColorKey, Linear, BlockLinear, BlockLinearColorKey } }