mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-01 20:47:44 +02:00
8 lines
No EOL
120 B
C#
8 lines
No EOL
120 B
C#
namespace Ryujinx.Graphics.Gal
|
|
{
|
|
public enum GalTextureFilter
|
|
{
|
|
Nearest = 1,
|
|
Linear = 2
|
|
}
|
|
} |