Is there an existing issue for this?
CefSharp Version
121.3.4
Operating System
Windows 11
Architecture
x64
.Net Version
.Net 4.7.2
Implementation
WinForms
Reproduction Steps
Enable SelfHost BrowserSubProcess (or enable Chrome Runtime which automatically enables Self Host) and open: https://get.webgl.org/
Expected behavior
Should confirm WebGL support and show 3D shape image.
Actual behavior
You can see text "Hmm. While your browser seems to support WebGL, it is disabled or unavailable."
Regression?
This worked in CefSharp 120 and lower versions
Known Workarounds
Browser surely is created with WebGl =CefState.Enabled
Problem doesn't reproduce in "cefclient.exe --multi-threaded-message-loop --no-sandbox --enable-chrome-runtime"
Does this problem also occur in the CEF Sample Application
No
Other information
It works if we change renderer to GLES:
settings.CefCommandLineArgs.Add("use-angle", "gles");
Is there an existing issue for this?
CefSharp Version
121.3.4
Operating System
Windows 11
Architecture
x64
.Net Version
.Net 4.7.2
Implementation
WinForms
Reproduction Steps
Enable SelfHost BrowserSubProcess (or enable Chrome Runtime which automatically enables Self Host) and open: https://get.webgl.org/
Expected behavior
Should confirm WebGL support and show 3D shape image.
Actual behavior
You can see text "Hmm. While your browser seems to support WebGL, it is disabled or unavailable."
Regression?
This worked in CefSharp 120 and lower versions
Known Workarounds
Browser surely is created with
WebGl =CefState.EnabledProblem doesn't reproduce in "cefclient.exe --multi-threaded-message-loop --no-sandbox --enable-chrome-runtime"
Does this problem also occur in the CEF Sample Application
No
Other information
It works if we change renderer to GLES:
settings.CefCommandLineArgs.Add("use-angle", "gles");