java-cef
java-cef copied to clipboard
Web gpu not found on JCEF
Describe the bug Web GPU is supported on chromium since chromium 113, but it can't be found on JCEF.
To Reproduce Steps to reproduce the behavior: Run on the JCEF the following JS
navigator.gpu.requestAdapter().then(adapter => console.log(adapter));
Will be returned a warning 'No available adapters.' and 'null'.
Expected behavior The GPU adapter is returned successfully.
Versions (please complete the following information):
- OS: Windows 11
- Java Version: Oracle 20.0.1
- JCEF Version: https://bitbucket.org/chromiumembedded/java-cef/commits/7a13412adc5dd6de4617d948940da398ec36f47e
- CEF Version: 126.0.6478.62
You're likely missing (or your app is unable to locate) some required files from the binary distribution.