-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
WebGL is not working #103
Comments
Could you create a project with a minimal set-up with this problem, so I can investigate? |
OK, I will give you next week. |
Meanwhile try to check the log and verify if you need to set a CEFswitch |
Hi, I have set up a minimal project https://github.com/HADB/Neutronium.Vue.SPA.WebGL What I have done:
Screenshots: I have got these logs in bin/Debug/debug.log
|
Maybe this is related to the following line but I didn't test because I couldn't find a way to remove this CEFswitch. Neutronium/WebBrowserEngine/ChromiumFX/HTMEngine.ChromiumFX/ChromiumFxWebBrowserApp.cs Line 23 in 8603928
|
It seems that this is linked to this switch indeed, I can add a way to not call this switch although this might cause other problem in the display. |
@HADB I will provide in version 1.5.1 a way to not disable Gpu. On ChromiumFxWebBrowserApp: /// <summary>
/// Set to true to allow Gpu
/// </summary>
protected virtual bool AllowGpu => false; I remember that the past using GPU could introduce some bugs in display so by default Gpu will continue to be disabled. |
Available in version 1.5.2 |
Problem solved. Thanks! |
WebGL is not working in v1.5.0
The text was updated successfully, but these errors were encountered: