hello vulkan
Some checks failed
Build and Test verification / build (push) Failing after 25s
Build and Test verification / test (push) Has been skipped

This commit is contained in:
2026-05-09 20:22:51 -05:00
parent f72bd8c44f
commit fcdb09a142
7 changed files with 108 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
#include <cstdint>
#include "Window.hpp"
#include "Engine.hpp"
class App {
@@ -17,6 +18,7 @@ public:
private:
Window* window_;
Engine* engine_;
bool rendering_ = true;