gpu.js in web worker

1.3k Views Asked by At

I'm trying to run gpu.js in a web worker, but can't seem to get it to work at all.

I'm running importScripts to load the library within the worker, but I'm not getting the GPU object in the worker context.

0

There are 0 best solutions below