mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 05:27:43 +02:00
9 lines
139 B
C#
9 lines
139 B
C#
namespace Ryujinx.Graphics.Gpu.Image
|
|
{
|
|
enum TextureMatchQuality
|
|
{
|
|
NoMatch,
|
|
FormatAlias,
|
|
Perfect
|
|
}
|
|
}
|