summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2019-08-21 02:07:56 -0300
committerGravatar ReinUsesLisp2019-08-21 02:16:40 -0300
commit8ad7268c75b693a3049e854aa0262af8bfda7d21 (patch)
tree016bde36819306e0b75057b3d9743a2ddf687049 /src/video_core/gpu.h
parentgpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig (diff)
downloadyuzu-8ad7268c75b693a3049e854aa0262af8bfda7d21.tar.gz
yuzu-8ad7268c75b693a3049e854aa0262af8bfda7d21.tar.xz
yuzu-8ad7268c75b693a3049e854aa0262af8bfda7d21.zip
renderer_opengl: Use VideoCore pixel format
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index 168a88692..dea9dfef0 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -94,11 +94,6 @@ struct FramebufferConfig {
94 BGRA8 = 5, 94 BGRA8 = 5,
95 }; 95 };
96 96
97 /**
98 * Returns the number of bytes per pixel.
99 */
100 static u32 BytesPerPixel(PixelFormat format);
101
102 VAddr address; 97 VAddr address;
103 u32 offset; 98 u32 offset;
104 u32 width; 99 u32 width;