gpu.js
gpu.js copied to clipboard
Docs should mention that custom functions must be named functions
So apparently custom functions throw an error if they are anonymous (including arrow functions too).
Therefore it should be mentioned in the docs that custom functions must be named functions, and will not work otherwise.
Can confirm. ;)