renderer_opengl: Support framebuffer flip vertical.

This commit is contained in:
bunnei 2018-02-11 19:04:27 -05:00
parent b3ac6d5f45
commit 1926a0d478
3 changed files with 13 additions and 5 deletions

View file

@ -43,6 +43,7 @@ public:
u32 height;
u32 stride;
PixelFormat pixel_format;
bool flip_vertical;
};
virtual ~RendererBase() {}