10 lines
139 B
C#
10 lines
139 B
C#
|
namespace Ryujinx.Graphics.Gpu.Image
|
|||
|
{
|
|||
|
enum TextureMatchQuality
|
|||
|
{
|
|||
|
NoMatch,
|
|||
|
FormatAlias,
|
|||
|
Perfect
|
|||
|
}
|
|||
|
}
|