Open ynixt opened 3 months ago
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):
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
Will be returned a warning 'No available adapters.' and 'null'.
Expected behavior The GPU adapter is returned successfully.
Versions (please complete the following information):