Replies: 1 comment 1 reply
-
We don't have proxying support for WebGPU yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone
I am wondering how to run webgpu off the main thread in a separate thread while rendering on an offscreen canvas passed from the main thread.
Do I need to create a worker or does emscripten take care of everything?
I am using the
sPROXY_TO_PTHREAD
andsOFFSCREENCANVAS_SUPPORT
flags.Right now I have the following code in my main thread, however I get an error when trying to request the canvas context
I saw this related issue: #17776
but it does not make mention of proxy to pthread
Am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions