namespace Ryujinx.Graphics.Gpu.Image { /// /// The texture descriptor type. /// This specifies the texture memory layout. /// The texture descriptor structure depends on the type. /// enum TextureDescriptorType { Buffer, LinearColorKey, Linear, BlockLinear, BlockLinearColorKey } }