renderer_opengl: Add texture mailbox support for presenter thread.

This commit is contained in:
bunnei 2020-02-17 14:31:14 -05:00
parent 44137628c8
commit 361819a125
4 changed files with 270 additions and 36 deletions

View file

@ -29,6 +29,7 @@ enum class AspectRatio {
struct FramebufferLayout {
u32 width{ScreenUndocked::Width};
u32 height{ScreenUndocked::Height};
bool is_srgb{};
Common::Rectangle<u32> screen;