renderer_opengl: Support framebuffer flip vertical.
This commit is contained in:
parent
6fce1414c3
commit
deadcb39c2
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