We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71ea47 commit 9b58e60Copy full SHA for 9b58e60
src/flutter/shell/platform/linux_embedded/flutter_elinux_engine.cc
@@ -42,8 +42,8 @@ FlutterRendererConfig GetRendererConfig() {
42
}
43
return host->view()->ClearCurrent();
44
};
45
+ config.open_gl.fbo_reset_after_present = true;
46
#if defined(USE_OPENGL_DIRTY_REGION_MANAGEMENT)
- config.open_gl.fbo_reset_after_present = false;
47
config.open_gl.present_with_info =
48
[](void* user_data, const FlutterPresentInfo* info) -> bool {
49
auto host = static_cast<FlutterELinuxEngine*>(user_data);
0 commit comments