mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 19:36:24 +02:00
10 lines
No EOL
227 B
C#
10 lines
No EOL
227 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
enum RoundingMode
|
|
{
|
|
ToNearest = 0,
|
|
TowardsNegativeInfinity = 1,
|
|
TowardsPositiveInfinity = 2,
|
|
TowardsZero = 3
|
|
}
|
|
} |