From e10ff17e2d87b818d340947367d2d1a4276a0d06 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 31 Jan 2019 09:43:24 -0300 Subject: Initial support for shader half float instructions (#507) --- Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs (limited to 'Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs') diff --git a/Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs b/Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs new file mode 100644 index 00000000..eb37359b --- /dev/null +++ b/Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs @@ -0,0 +1,9 @@ +namespace Ryujinx.Graphics.Gal.Shader +{ + enum ShaderRegisterSize + { + Half, + Single, + Double + } +} \ No newline at end of file -- cgit v1.2.3