Disabling the framebuffer blit of output rendering

Blit of framebuffer is incompatible with the new features of Display View to adjust whitebalance and geometry of rendered frame on output windows.
This commit is contained in:
Bruno Herbelin
2023-02-28 00:23:54 +01:00
parent f9e99e2a33
commit 93f433f388
5 changed files with 5 additions and 74 deletions

View File

@@ -157,7 +157,6 @@ struct TransitionConfig
struct RenderConfig
{
bool disabled;
bool blit;
int vsync;
int multisampling;
int ratio;
@@ -169,7 +168,6 @@ struct RenderConfig
RenderConfig() {
disabled = false;
blit = false;
vsync = 1;
multisampling = 2;
ratio = 3;