mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-11 09:34:23 +00:00
11 lines
135 B
C#
11 lines
135 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
enum ShaderOper
|
|
{
|
|
CR,
|
|
Imm,
|
|
Immf,
|
|
RC,
|
|
RR
|
|
}
|
|
} |