mirror of
https://github.com/xzeldon/zeldon-site.git
synced 2025-03-01 11:23:24 +03:00
Reduces buffer swaps from O(2N) to O(2), N = number of splats Minimizes expensive WebGL context state changes Processes all velocity updates first to keep similar operations contiguous then handles all dye updates for better texture cache utilization