renderer_opengl: Add texture mailbox support for presenter thread.
This commit is contained in:
parent
add2c38b73
commit
dc672ca4b3
4 changed files with 270 additions and 36 deletions
|
@ -29,6 +29,7 @@ enum class AspectRatio {
|
|||
struct FramebufferLayout {
|
||||
u32 width{ScreenUndocked::Width};
|
||||
u32 height{ScreenUndocked::Height};
|
||||
bool is_srgb{};
|
||||
|
||||
Common::Rectangle<u32> screen;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue