mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-11 05:22:44 -05:00
10 lines
137 B
C#
10 lines
137 B
C#
namespace Ryujinx.Graphics.Gpu.Image
|
|
{
|
|
enum TextureMatchQuality
|
|
{
|
|
NoMatch,
|
|
FormatAlias,
|
|
Perfect,
|
|
}
|
|
}
|