CefSettingsBaseSetOffScreenRenderingBestPerformanceArgs Method |
Version 130.1.90
Use software rendering and compositing (disable GPU) for increased FPS
and decreased CPU usage. This will also disable WebGL so don't use this
method if you need that capability.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public void SetOffScreenRenderingBestPerformanceArgs()
public:
void SetOffScreenRenderingBestPerformanceArgs()
Remarks
Sets the --disable-gpu and --disable-gpu-compositing command line args
See Also