More code cleanup

This commit is contained in:
2020-10-18 21:56:30 +02:00
parent d50a14f9c9
commit 0790e40294
9 changed files with 328 additions and 241 deletions

View File

@@ -5,6 +5,9 @@
*/
#include "Renderer.hpp"
#include "Scene/VulkanGeometry.hpp"
#include "Scene/VulkanNode.hpp"
#include "Scene/VulkanShader.hpp"
#include <stdexcept>
namespace openVulkanoCpp::Vulkan