gpu.js icon indicating copy to clipboard operation
gpu.js copied to clipboard

Feature Request: ability to provide custom shader code directly

Open dburner opened this issue 1 year ago • 0 comments

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

dburner avatar Oct 21 '23 11:10 dburner