Split Geometry definition and implementation and handle missing assimp at compile time

This commit is contained in:
2021-02-05 18:37:56 +01:00
parent 938560cae4
commit d9f233c10c
6 changed files with 211 additions and 153 deletions

View File

@@ -5,6 +5,7 @@
*/
#include "ResourceManager.hpp"
#include "Scene/Vertex.hpp"
#include "Vulkan/Context.hpp"
#include "Vulkan/Scene/VulkanShader.hpp"
#include "Vulkan/Scene/VulkanGeometry.hpp"
@@ -239,4 +240,4 @@ namespace openVulkanoCpp::Vulkan
shaders.push_back(vkShader);
return vkShader;
}
}
}