You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium HTML5
Hi,
consider this scenario: I want different borwser windows to render part of a bigger 3d scene (using in example three.js). I'd like to share the compute pipeline between windows and leave to each single one the render process.
In order to do so the only option I see is to use a sharedWorker and the webGpu apis. Do you know if such feature is available? Is there any example?