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
8 lines
209 B
C++
8 lines
209 B
C++
#pragma once
|
|
|
|
#include <pd/lithium/command.hpp>
|
|
#include <pd/lithium/drawlist.hpp>
|
|
#include <pd/lithium/font.hpp>
|
|
#include <pd/lithium/math.hpp>
|
|
#include <pd/lithium/pools.hpp>
|
|
#include <pd/lithium/vertex.hpp> |