mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
ac8fc9a1a0
CPU as otherwise the GPU does them repetitively and more awkwardly (as it's working purely in floats). It means uploading twice as much data though, so I don't know. Still only half as much as the RGBA path of a few days ago. Will experiment. Also slightly adjusted division of responsibility in the fragment shader per the desire to have the `sample` function owned externally.