mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 22:28:33 +00:00
1586450a38
* Implement VMNMX shader instruction * No need for the gap on the enum * Fix typo
15 lines
199 B
C#
15 lines
199 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
enum VideoPostOp
|
|
{
|
|
Mrg16h,
|
|
Mrg16l,
|
|
Mrg8b0,
|
|
Mrg8b2,
|
|
Acc,
|
|
Min,
|
|
Max,
|
|
Pass
|
|
}
|
|
}
|