Initial work
This commit is contained in:
9
Ryujinx.Graphics.Shader/Decoders/IntegerHalfPart.cs
Normal file
9
Ryujinx.Graphics.Shader/Decoders/IntegerHalfPart.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum IntegerHalfPart
|
||||
{
|
||||
B32 = 0,
|
||||
H0 = 1,
|
||||
H1 = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user