mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-02-08 13:30:15 +01:00
9 lines
No EOL
144 B
C#
9 lines
No EOL
144 B
C#
namespace Ryujinx.Graphics.Gal
|
|
{
|
|
public enum GalTextureMipFilter
|
|
{
|
|
None = 1,
|
|
Nearest = 2,
|
|
Linear = 3
|
|
}
|
|
} |