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

Fix return type of getPixels

Open stity opened this issue 1 year ago • 0 comments

There is an error in the definition of the return type of kernel.getPixels Return type should be Uint8ClampedArray instead of Uint8ClampedArray[] (which would be an array of Uint8ClampedArray).

stity avatar Sep 13 '24 13:09 stity