From 73f6149bd6615fa2447fa09c3209598776fd7e14 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Tue, 5 Jan 2021 06:02:49 +0100 Subject: gpu: Implement missing texture formats (#1867) * gpu: Implement Etc2Rgba texture format * Add more format * Fix wrong pixel format --- Ryujinx.Graphics.GAL/Format.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Ryujinx.Graphics.GAL/Format.cs') diff --git a/Ryujinx.Graphics.GAL/Format.cs b/Ryujinx.Graphics.GAL/Format.cs index 10b754ea..15cf5f4f 100644 --- a/Ryujinx.Graphics.GAL/Format.cs +++ b/Ryujinx.Graphics.GAL/Format.cs @@ -82,6 +82,8 @@ namespace Ryujinx.Graphics.GAL Bc7Srgb, Bc6HSfloat, Bc6HUfloat, + Etc2RgbaUnorm, + Etc2RgbaSrgb, R8Uscaled, R8Sscaled, R16Uscaled, -- cgit v1.2.3