Bring back global lithium pools

why?
cause sorting around the global driver pool would basically use more cpu power then just copy data sequences into the right order
And sorting data references costs 0 performance at all
This commit is contained in:
2026-09-05 22:52:59 +02:00
parent eafe5c9be5
commit 4488425a94
9 changed files with 139 additions and 36 deletions
+2 -1
View File
@@ -4,4 +4,5 @@
#include <pd/lithium/drawlist.hpp>
#include <pd/lithium/font.hpp>
#include <pd/lithium/math.hpp>
#include <pd/lithium/vertex.hpp>
#include <pd/lithium/pools.hpp>
#include <pd/lithium/vertex.hpp>