js
js copied to clipboard
Operating on >4 numbers for a single output
I've been able to pass multiple numbers into a shader, and I can see how to do this with up to 4. However, I need to do an arbitrarily large number (30 today). Is there a way to do this with turbo?
Yes. This is going to be supported in the next version (i.e. 1.1.X). But support for low-precision platforms (like iOS) has priority.
You can keep an eye on the dev branch for changes.