[WIP] Shader handling rework

This commit is contained in:
2023-08-29 23:08:11 +02:00
parent 5735b93870
commit 5aec41ead4
13 changed files with 181 additions and 79 deletions

View File

@@ -7,7 +7,7 @@
#pragma once
#include "Scene/Drawable.hpp"
#include "Scene/Shader.hpp"
#include "Scene/Shader/Shader.hpp"
namespace openVulkanoCpp::Scene
{