Files
ryujinx/Ryujinx.Graphics/Gal/Shader/ShaderOper.cs
T
2018-04-08 16:41:38 -03:00

11 lines
135 B
C#

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