mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-18 16:30:33 +00:00
8 lines
122 B
C#
8 lines
122 B
C#
|
namespace Ryujinx.Graphics.GAL.Sampler
|
||
|
{
|
||
|
public enum CompareMode
|
||
|
{
|
||
|
None,
|
||
|
CompareRToTexture
|
||
|
}
|
||
|
}
|