Initial work
This commit is contained in:
10
Ryujinx.Graphics.Shader/Decoders/RoundingMode.cs
Normal file
10
Ryujinx.Graphics.Shader/Decoders/RoundingMode.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum RoundingMode
|
||||
{
|
||||
ToNearest = 0,
|
||||
TowardsNegativeInfinity = 1,
|
||||
TowardsPositiveInfinity = 2,
|
||||
TowardsZero = 3
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user