Made Vulkan Surface

This commit is contained in:
Pasha Bibko
2025-11-15 18:24:07 +00:00
parent 2c6446aca9
commit 973223c651
7 changed files with 60 additions and 14 deletions

View File

@@ -35,6 +35,7 @@ add_executable(VulkanRenderer
src/managers/GLFWManager.cpp
src/managers/VulkanManager.cpp
src/managers/VulkanManager.h
src/VulkanRenderer.h
)
# Links the libraries to the binary #