Prefer truly perfect texture matches over fomat aliased ones (#1754)
This commit is contained in:
parent
88633f4bc2
commit
0108004691
5 changed files with 60 additions and 34 deletions
9
Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs
Normal file
9
Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Ryujinx.Graphics.Gpu.Image
|
||||
{
|
||||
enum TextureMatchQuality
|
||||
{
|
||||
NoMatch,
|
||||
FormatAlias,
|
||||
Perfect
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue