diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-08-21 02:07:56 -0300 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-08-21 02:16:40 -0300 |
commit | 8ad7268c75b693a3049e854aa0262af8bfda7d21 (patch) | |
tree | 016bde36819306e0b75057b3d9743a2ddf687049 /src/video_core/gpu.h | |
parent | 9a76e94b3d854fadeac19a097538a24f9b3fb7b7 (diff) |
renderer_opengl: Use VideoCore pixel format
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r-- | src/video_core/gpu.h | 5 |
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 { BGRA8 = 5, }; - /** - * Returns the number of bytes per pixel. - */ - static u32 BytesPerPixel(PixelFormat format); - VAddr address; u32 offset; u32 width; |