redwarp / kmeans-gpu

K-means clustering for image color quantization running on GPU
MIT License
14 stars 0 forks source link

Use fix buffer size in shader #8

Closed redwarp closed 2 years ago

redwarp commented 2 years ago

Out of curiosity, edit shader so that the buffers have fixed size, to see if it impacts performance.

redwarp commented 2 years ago

Doesn't seems to have impact