11 lines
No EOL
135 B
C#
11 lines
No EOL
135 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
enum ShaderOper
|
|
{
|
|
CR,
|
|
Imm,
|
|
Immf,
|
|
RC,
|
|
RR
|
|
}
|
|
} |