renderer_opengl: Support framebuffer flip vertical.

This commit is contained in:
bunnei
2018-02-11 19:04:27 -05:00
parent 6fce1414c3
commit deadcb39c2
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() {}