From 27023e7afc603f2800a79d6bdbf87ce56e039664 Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Mon, 27 Aug 2018 21:18:21 +0700 Subject: Add R32_G32 texture format (#383) --- 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 5ab7be89..ed3d3d85 100644 --- a/Ryujinx.Graphics/Gal/GalTextureFormat.cs +++ b/Ryujinx.Graphics/Gal/GalTextureFormat.cs @@ -4,6 +4,7 @@ namespace Ryujinx.Graphics.Gal { R32G32B32A32 = 0x1, R16G16B16A16 = 0x3, + R32G32 = 0x4, A8B8G8R8 = 0x8, A2B10G10R10 = 0x9, R32 = 0xf, -- cgit v1.2.3