b9aa3966c0
interpreter, and a rewrite of the GPU code.
11 lines
No EOL
135 B
C#
11 lines
No EOL
135 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
enum ShaderOper
|
|
{
|
|
CR,
|
|
RC,
|
|
RR,
|
|
Imm,
|
|
Immf
|
|
}
|
|
} |