1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-18 20:51:56 -08:00

11 lines
135 B
C#

namespace Ryujinx.Graphics.Gal.Shader
{
enum ShaderOper
{
CR,
Imm,
Immf,
RC,
RR
}
}