index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Ryujinx.Graphics.GAL
/
MagFilter.cs
blob: d5cd6c7c2422eec1ac653e894a1ba2d979c065cd (
plain
)
1
2
3
4
5
6
7
8
namespace
Ryujinx
.
Graphics
.
GAL
{
public enum
MagFilter
{
Nearest
=
1
,
Linear
,
}
}