Replies: 2 comments 5 replies
-
Did you test with the https://github.com/cefsharp/CefSharp.MinimalExample as per the bug report template? Testing with the minimal example works as expected for me, nobody else has reported an issue. Does your app have an app.manifest as per https://github.com/cefsharp/CefSharp/blob/cefsharp/120/NuGet/Readme.txt#L8 |
Beta Was this translation helpful? Give feedback.
-
I've found solution. Two files are missing: dxil.dll These files were created when I've built CEF from source, and they are not provided with CEF redist which is used by CefSharp NuGet package. |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
CefSharp Version
120.1.80
Operating System
Windows 11
Architecture
x64
.Net Version
4.7.2
Implementation
WinForms
Reproduction Steps
Open URL https://browserleaks.com/webgpu in CefSharp browser (any settings).
Expected behavior
Should confirm WebGPU support and get available WebGPU info.
Actual behavior
Website says:
No WebGPU adapters found
Regression?
It worked CefSharp 117, but stopped working since 119 (didn't check in 118).
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
No
Other information
Cefclient - no problem, WebGPU works.
CefSharp Browser is created with
WebGl = CefState.Enabled
(WebGL works).Beta Was this translation helpful? Give feedback.
All reactions