Refactor Drawable

This commit is contained in:
2021-07-31 11:22:33 +02:00
parent f96de2123f
commit 8d370c9860
7 changed files with 119 additions and 89 deletions

View File

@@ -5,6 +5,8 @@
*/
#include "Renderer.hpp"
#include "Scene/Shader.hpp"
#include "Scene/Geometry.hpp"
#include "Scene/VulkanGeometry.hpp"
#include "Scene/VulkanNode.hpp"
#include "Scene/VulkanShader.hpp"

View File

@@ -8,6 +8,7 @@
#include "IRecordable.hpp"
#include "Scene/Scene.hpp"
#include "Scene/Geometry.hpp"
namespace openVulkanoCpp::Vulkan
{