mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-17 13:40:53 -05:00
9 lines
115 B
C#
9 lines
115 B
C#
namespace Ryujinx.Graphics.Gpu.Image
|
|
{
|
|
enum SamplerMinFilter
|
|
{
|
|
Nearest = 1,
|
|
Linear
|
|
}
|
|
}
|