mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
renderer_opengl: Support framebuffer flip vertical.
This commit is contained in:
parent
b3ac6d5f45
commit
1926a0d478
3 changed files with 13 additions and 5 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
u32 height;
|
||||
u32 stride;
|
||||
PixelFormat pixel_format;
|
||||
bool flip_vertical;
|
||||
};
|
||||
|
||||
virtual ~RendererBase() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue