Click or drag to resize

BrowserSettings.WebGl Property

Version 87.1.132
Controls whether WebGL can be used. Note that WebGL requires hardware support and may not work on all systems even when enabled. Also configurable using the "disable-webgl" command-line switch.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 87.1.132.0
Syntax
public CefState WebGl { get; set; }

Property Value

Type: CefState

Implements

IBrowserSettings.WebGl
See Also