From 873bb4c15ac2b949594eb6267420508dce6dc2fd Mon Sep 17 00:00:00 2001 From: gdk Date: Tue, 15 Oct 2019 00:11:11 -0300 Subject: Fix BC6 Signed/Unsigned float texture formats --- Ryujinx.Graphics.GAL/Format.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.GAL/Format.cs') diff --git a/Ryujinx.Graphics.GAL/Format.cs b/Ryujinx.Graphics.GAL/Format.cs index 9f28cdfb..0221746b 100644 --- a/Ryujinx.Graphics.GAL/Format.cs +++ b/Ryujinx.Graphics.GAL/Format.cs @@ -80,8 +80,8 @@ namespace Ryujinx.Graphics.GAL Bc5Snorm, Bc7Unorm, Bc7Srgb, - Bc6HUfloat, Bc6HSfloat, + Bc6HUfloat, R8Uscaled, R8Sscaled, R16Uscaled, -- cgit v1.2.3