gpu.js
gpu.js copied to clipboard
GPU Accelerated JavaScript
Hi there, this is just a question. Say I have two immutable kernels to use in a pipeline and I keep passing the output texture from one to the other...
 ## *What* is wrong? WebGL kernel feature checks may throw an error ## *Where* does it happen? In WebGLKernel.setupFeatureChecks...
## Leaflet + gpu.js canvas demo doesn't work ## *Where* does it happen? When trying to run the demo of Leaflet + gpu.js canvas in chrome Version 100.0.4896.127 (Official Build)...
 ## *What* is wrong? I get the following error when trying to use gpu.js on production (optimized code): ```console...
I don't understand how to use this library, took the code from the example. 
If `Math.random` is in a function added by `kernel.addFunction`, `kernel.setFunctions` or `gpu.addFunction` then the plugin is not includes in the shader source. Workaround: add a comment with `// Math.random()` to...
 ## *What* is wrong? Can't use it with deno`  ## *Where* does it happen? When trying to load...
 ## *What* is wrong? Assignment to a texture fails with error `gpu-browser.min.js:28 Uncaught Error: Error compiling fragment shader: ERROR:...
What should I do when using an array with a length greater than 4?