gpu.js
gpu.js copied to clipboard
Feature Request: ability to provide custom shader code directly
Description
Instead of gpu.js
transpiling the javascript code into a shader, I would like to provide the shader code directly.
In this case gpu.js
will only be used to invoke the kernel and map inputs and outputs.
Why?
You could fine tine your shader code withouth the limits of javascript transpilation.
Thank you