IBrowserSettingsWebGl Property  | 
Version 93.1.111 
            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 (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
SyntaxCefState WebGl { get; set; }property CefState WebGl {
	CefState get ();
	void set (CefState value);
}Property Value
Type: 
CefState
See Also