Вынес управление VkInstance в отдельный класс

This commit is contained in:
Jiga228
2026-06-23 17:46:21 +07:00
parent 280f843fb7
commit 7aec01ccc8
7 changed files with 130 additions and 100 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class RenderEngineBase
GLFWwindow* window_ = nullptr;
public:
explicit RenderEngineBase();
explicit RenderEngineBase(CoreInstance& core);
virtual ~RenderEngineBase();
virtual void start() = 0;