Initial work
This commit is contained in:
12
Ryujinx.Graphics.Shader/Decoders/IOpCodeFArith.cs
Normal file
12
Ryujinx.Graphics.Shader/Decoders/IOpCodeFArith.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
interface IOpCodeFArith : IOpCodeAlu
|
||||
{
|
||||
RoundingMode RoundingMode { get; }
|
||||
|
||||
FmulScale Scale { get; }
|
||||
|
||||
bool FlushToZero { get; }
|
||||
bool AbsoluteA { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user