Files
amethyst/source/iron/drawlist.cpp
tobid7 a9eed546b9 - 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
2025-11-24 14:25:35 +01:00

5 lines
117 B
C++

#include <amethyst/iron.hpp>
namespace amy {
void iron::drawlist::merge(iron::drawlist* list) {}
} // namespace amy