ryubing/src/Ryujinx.Graphics.GAL/MagFilter.cs

9 lines
110 B
C#

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