mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Improved Min/Mip -> MinFilter enum conversion
This commit is contained in:
parent
4206b0d00a
commit
e7345d7baf
3 changed files with 52 additions and 3 deletions
8
Ryujinx.Graphics.Gpu/Image/SamplerMinFilter.cs
Normal file
8
Ryujinx.Graphics.Gpu/Image/SamplerMinFilter.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ryujinx.Graphics.Gpu.Image
|
||||
{
|
||||
enum SamplerMinFilter
|
||||
{
|
||||
Nearest = 1,
|
||||
Linear
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue