Ryujinx/Ryujinx.Graphics.GAL/MagFilter.cs

8 lines
108 B
C#

namespace Ryujinx.Graphics.GAL
{
public enum MagFilter
{
Nearest = 1,
Linear
}
}