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
/
Ryujinx.Graphics.GAL
/
MagFilter.cs
blob: f20d095e7e1984c485ce3a4b8e5a140e6a2f407c (
plain
)
1
2
3
4
5
6
7
8
namespace
Ryujinx
.
Graphics
.
GAL
{
public enum
MagFilter
{
Nearest
=
1
,
Linear
}
}