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 2c42483bd..2b92ab0ea 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -75,6 +75,7 @@ enum class RenderTargetFormat : u32 {
75 R16_UINT = 0xF1, 75 R16_UINT = 0xF1,
76 R16_FLOAT = 0xF2, 76 R16_FLOAT = 0xF2,
77 R8_UNORM = 0xF3, 77 R8_UNORM = 0xF3,
78 R8_SNORM = 0xF4,
78 R8_UINT = 0xF6, 79 R8_UINT = 0xF6,
79}; 80};
80 81