Add Drawlist

- Add Pool iterator support
- Add Pool Expandability
- Add Pool::Push
- Add Lithium Maths API
- Remove InitPools
- update spirv-helper
This commit is contained in:
2026-03-19 22:06:58 +01:00
parent e6cd8b7d24
commit afe30a5dbd
13 changed files with 541 additions and 42 deletions

View File

@@ -43,6 +43,8 @@ set(PD_SOURCES
# Lithium
source/lithium/pools.cpp
source/lithium/math.cpp
source/lithium/drawlist.cpp
)
if(${PD_BUILD_SHARED})