mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-25 06:37:43 +02:00
14 lines
199 B
C#
14 lines
199 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
enum VideoPostOp
|
|
{
|
|
Mrg16h,
|
|
Mrg16l,
|
|
Mrg8b0,
|
|
Mrg8b2,
|
|
Acc,
|
|
Min,
|
|
Max,
|
|
Pass
|
|
}
|
|
}
|