mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-18 14:52:00 +00:00
Initial work
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Graphics.GAL.Sampler
|
||||
{
|
||||
public enum MagFilter
|
||||
{
|
||||
Nearest = 1,
|
||||
Linear
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user