- Start work on drawlist

- Fix issue in texloader
- add ivec2 to tecloader / screen
- add draw func for iron
- add bufCfg in 3 variants to c3d
- add poc for c3d_permutation
This commit is contained in:
2025-11-24 14:25:35 +01:00
parent f0117e07d4
commit a9eed546b9
14 changed files with 212 additions and 20 deletions

5
source/iron/drawlist.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include <amethyst/iron.hpp>
namespace amy {
void iron::drawlist::merge(iron::drawlist* list) {}
} // namespace amy