[webgpu] https://axeljaeger.github.io/phased/ doesnt draw anything on the screen
Categories
(Core :: Graphics: WebGPU, defect)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Regression, )
Details
(Keywords: regression)
Go to https://axeljaeger.github.io/phased/
AR: Only the controls at the left are drawn
ER: The demo should draw, like chrome
18:47:48.748 injected firefox content.js:142:11
18:47:51.181 Config:
Object { enabled: false, interactive: false, u: 0, v: 0 }
beamforming.component.ts:87:14
18:47:51.268 Angular is running in development mode. core.mjs:30059:12
18:47:51.295 BJS - [18:47:51]: Babylon.js v7.23.0 - WebGPU1 engine logger.js:54:25
18:47:51.318
BJS - [18:47:51]: A fatal error occurred during WebGPU creation/initialization. logger.js:54:25
_LogEnabled logger.js:54
initAsync webgpuEngine.js:550
invoke zone.js:339
run zone.js:110
scheduleResolveOrReject zone.js:2428
invokeTask zone.js:364
runTask zone.js:163
drainMicroTaskQueue zone.js:535
18:47:51.321
ERROR TypeError: this._adapter.requestAdapterInfo is not a function
initAsync webgpuEngine.js:440
invoke zone.js:339
run zone.js:110
scheduleResolveOrReject zone.js:2428
invokeTask zone.js:364
runTask zone.js:163
drainMicroTaskQueue zone.js:535
core.mjs:7185:18
Comment 1•1 year ago
|
||
OP needs to re-publish to GitHub Pages, it appears? The hosted page is running Babylon.js 7.23.0, but that's out-of-date even with the project itself.
This breakage was due to a change in the standard that Firefox implemented with bug 1919119. BabylonJS migrated to handle this in BabylonJS/Babylon.js#15702, which was released in 7.30.0, and this project started to consume it as of axeljaeger/phased#1249. Once that's published, I suspect this issue won't happen anymore.
Updated•1 year ago
|
Description
•