mirror of
https://github.com/xzeldon/zeldon-site.git
synced 2025-04-05 15:17:07 +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