mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-12 14:10:17 +00:00
8 lines
No EOL
116 B
C#
8 lines
No EOL
116 B
C#
namespace Ryujinx.Graphics.GAL.Sampler
|
|
{
|
|
public enum MagFilter
|
|
{
|
|
Nearest = 1,
|
|
Linear
|
|
}
|
|
} |