Is it possible to use the OffscreenCanvas Web API? #535
Unanswered
marcoripa96
asked this question in
Question and Answer
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title question suggest, I came across this web API https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas, is it possible to have the webgl computation in a web worker?
It looks like the
transferControlToOffscreen
function must be called before getting the rendering context of the canvas.Beta Was this translation helpful? Give feedback.
All reactions