- 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
5 lines
117 B
C++
5 lines
117 B
C++
#include <amethyst/iron.hpp>
|
|
|
|
namespace amy {
|
|
void iron::drawlist::merge(iron::drawlist* list) {}
|
|
} // namespace amy
|