mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 03:46:24 +02:00
10 lines
No EOL
166 B
C#
10 lines
No EOL
166 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
enum ShaderIpaMode
|
|
{
|
|
Pass = 0,
|
|
None = 1,
|
|
Constant = 2,
|
|
Sc = 3
|
|
}
|
|
} |