gpu.js
gpu.js copied to clipboard
How to pre cache a constant large Float32Array?
There is a large Float32Array includes 80 million points, but it is constant. Is There any way to pre cache it so I can directly use the point data without input it every time I call the function?