mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 07:37:42 +02:00
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
|
|
}
|
|
} |