summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-06-06 04:57:16 +0200
committerSubv <subv2112@gmail.com>2018-06-06 04:57:16 +0200
commitc531a92edaae409275d9e7309d7b315d6fccf190 (patch)
treee3a14bf936375514f99485b68b1dce05d377c93d /src/video_core/gpu.h
parentGPU: Fixed the compression factor for RGBA16F textures. (diff)
downloadyuzu-c531a92edaae409275d9e7309d7b315d6fccf190.tar
yuzu-c531a92edaae409275d9e7309d7b315d6fccf190.tar.gz
yuzu-c531a92edaae409275d9e7309d7b315d6fccf190.tar.bz2
yuzu-c531a92edaae409275d9e7309d7b315d6fccf190.tar.lz
yuzu-c531a92edaae409275d9e7309d7b315d6fccf190.tar.xz
yuzu-c531a92edaae409275d9e7309d7b315d6fccf190.tar.zst
yuzu-c531a92edaae409275d9e7309d7b315d6fccf190.zip
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h1
1 files changed, 1 insertions, 0 deletions
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.