summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/gpu.cpp')
-rw-r--r--src/video_core/gpu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp
index ceaf86654..e0fc10a51 100644
--- a/src/video_core/gpu.cpp
+++ b/src/video_core/gpu.cpp
@@ -50,6 +50,7 @@ u32 RenderTargetBytesPerPixel(RenderTargetFormat format) {
50 case RenderTargetFormat::RG32_FLOAT: 50 case RenderTargetFormat::RG32_FLOAT:
51 return 8; 51 return 8;
52 case RenderTargetFormat::RGBA8_UNORM: 52 case RenderTargetFormat::RGBA8_UNORM:
53 case RenderTargetFormat::RGBA8_SNORM:
53 case RenderTargetFormat::RGBA8_SRGB: 54 case RenderTargetFormat::RGBA8_SRGB:
54 case RenderTargetFormat::RGB10_A2_UNORM: 55 case RenderTargetFormat::RGB10_A2_UNORM:
55 case RenderTargetFormat::BGRA8_UNORM: 56 case RenderTargetFormat::BGRA8_UNORM: