BrowserSettingsWebGl Property  | 
Version 108.4.130 
            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: 108.4.130.0
Syntaxpublic CefState WebGl { get; set; }public:
virtual property CefState WebGl {
	CefState get () sealed;
	void set (CefState value) sealed;
}Property Value
Type: 
CefStateImplements
IBrowserSettingsWebGl
See Also