From 8a78a703f2e8e374286efaae575d87fb38242427 Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Mon, 17 Sep 2018 07:24:56 +0700 Subject: Implement B5G6R5Unorm, BGR5A1Unorm, RGBA32Uint, R16Unorm and Z16 texture format. Fix BC6H_UF16 from Unorm to Sfloat (#417) * Implement B5G6R5Unorm & BGR5A1Unorm * Implement RGBA32Uint * Implement R16Unorm & Z16 texture format * Fix BC6H_UF16 from Unorm to Sfloat --- Ryujinx.Graphics/Gal/GalTextureFormat.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Graphics/Gal/GalTextureFormat.cs') diff --git a/Ryujinx.Graphics/Gal/GalTextureFormat.cs b/Ryujinx.Graphics/Gal/GalTextureFormat.cs index 009d2b82..e8658595 100644 --- a/Ryujinx.Graphics/Gal/GalTextureFormat.cs +++ b/Ryujinx.Graphics/Gal/GalTextureFormat.cs @@ -26,6 +26,7 @@ namespace Ryujinx.Graphics.Gal Z24S8 = 0x29, ZF32 = 0x2f, ZF32_X24S8 = 0x30, + Z16 = 0x3a, Astc2D4x4 = 0x40, Astc2D5x5 = 0x41, Astc2D6x6 = 0x42, -- cgit v1.2.3