summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
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 a6f846f3c..b0a2ad21b 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -46,6 +46,7 @@ enum class RenderTargetFormat : u32 {
46 RGBA16_UINT = 0xC9, 46 RGBA16_UINT = 0xC9,
47 RGBA16_FLOAT = 0xCA, 47 RGBA16_FLOAT = 0xCA,
48 RG32_FLOAT = 0xCB, 48 RG32_FLOAT = 0xCB,
49 RG32_SINT = 0xCC,
49 RG32_UINT = 0xCD, 50 RG32_UINT = 0xCD,
50 RGBX16_FLOAT = 0xCE, 51 RGBX16_FLOAT = 0xCE,
51 BGRA8_UNORM = 0xCF, 52 BGRA8_UNORM = 0xCF,