Skip to content

Commit b1b38ac

Browse files
committed
Disable GPU in WPF and Offscreen examples until #1634 has been resolved
1 parent 5f08783 commit b1b38ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CefSharp.Example/CefExample.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ public static void Init(bool osr, bool multiThreadedMessageLoop)
9191
//settings.CefCommandLineArgs.Add("disable-surfaces", "1");
9292
settings.EnableInternalPdfViewerOffScreen();
9393
settings.CefCommandLineArgs.Add("enable-begin-frame-scheduling", "1");
94+
95+
// Disable GPU in WPF and Offscreen examples until #1634 has been resolved
96+
settings.CefCommandLineArgs.Add("disable-gpu", "1");
9497
}
9598

9699
var proxy = ProxyConfig.GetProxyInformation();

0 commit comments

Comments
 (0)