mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-22 20:55:44 +00:00
renderer_opengl: Support framebuffer flip vertical.
This commit is contained in:
@@ -43,6 +43,7 @@ public:
|
||||
u32 height;
|
||||
u32 stride;
|
||||
PixelFormat pixel_format;
|
||||
bool flip_vertical;
|
||||
};
|
||||
|
||||
virtual ~RendererBase() {}
|
||||
|
||||
Reference in New Issue
Block a user