From c531a92edaae409275d9e7309d7b315d6fccf190 Mon Sep 17 00:00:00 2001 From: Subv Date: Tue, 5 Jun 2018 21:57:16 -0500 Subject: GPU: Implemented the R11FG11FB10F texture and rendertarget formats. --- src/video_core/gpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/gpu.h') diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index f168a5171..2762a22ec 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -19,6 +19,7 @@ enum class RenderTargetFormat : u32 { RGB10_A2_UNORM = 0xD1, RGBA8_UNORM = 0xD5, RGBA8_SRGB = 0xD6, + R11G11B10_FLOAT = 0xE0, }; /// Returns the number of bytes per pixel of each rendertarget format. -- cgit v1.2.3