mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-09 01:32:33 -07:00
Initial support for shader half float instructions (#507)
This commit is contained in:
9
Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs
Normal file
9
Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Gal.Shader
|
||||
{
|
||||
enum ShaderRegisterSize
|
||||
{
|
||||
Half,
|
||||
Single,
|
||||
Double
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user