mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 14:58:34 +00:00
b9aa3966c0
interpreter, and a rewrite of the GPU code.
8 lines
120 B
C#
8 lines
120 B
C#
namespace Ryujinx.Graphics.Gal
|
|
{
|
|
public enum GalTextureFilter
|
|
{
|
|
Nearest = 1,
|
|
Linear = 2
|
|
}
|
|
} |