mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
Initial work
This commit is contained in:
9
Ryujinx.Graphics.Shader/Decoders/FPType.cs
Normal file
9
Ryujinx.Graphics.Shader/Decoders/FPType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum FPType
|
||||
{
|
||||
FP16 = 1,
|
||||
FP32 = 2,
|
||||
FP64 = 3
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user