diff options
Diffstat (limited to 'engine/xe_model.hpp')
-rw-r--r-- | engine/xe_model.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/xe_model.hpp b/engine/xe_model.hpp index b75576e..e331ed1 100644 --- a/engine/xe_model.hpp +++ b/engine/xe_model.hpp @@ -41,6 +41,8 @@ class Model { Model operator=(const Model &) = delete; static Model* createModelFromFile(const std::string &filepath); + static void deleteModel(Model* model); + static void submitDeleteQueue(); void bind(VkCommandBuffer commandBuffer); void draw(VkCommandBuffer commandBuffer); |