From 4f574201ea31b189b09cb0b52d9fc03f3db82b37 Mon Sep 17 00:00:00 2001 From: Subv Date: Tue, 24 Jul 2018 16:47:50 -0500 Subject: GPU: Allow the usage of R8 as a render target format. --- 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 58501ca8b..ba7b81571 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -24,6 +24,7 @@ enum class RenderTargetFormat : u32 { RGBA8_UNORM = 0xD5, RGBA8_SRGB = 0xD6, R11G11B10_FLOAT = 0xE0, + R8_UNORM = 0xF3, }; enum class DepthFormat : u32 { -- cgit v1.2.3