Ryujinx/Ryujinx.Graphics.Gpu/Image/TextureDescriptorType.cs
2020-01-09 02:13:00 +01:00

11 lines
188 B
C#

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