Feature Request: ability to provide custom shader code directly
dburner opened this issue · 0 comments
dburner commented
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