mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-22 17:56:59 +01:00
12 lines
No EOL
218 B
C#
12 lines
No EOL
218 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
enum ReductionType
|
|
{
|
|
U32 = 0,
|
|
S32 = 1,
|
|
U64 = 2,
|
|
FP32FtzRn = 3,
|
|
U128 = 4,
|
|
S64 = 5
|
|
}
|
|
} |