Created Vulkan Instance (VkInstance)

This commit is contained in:
Pasha Bibko
2025-11-15 17:59:22 +00:00
parent e133929166
commit 2c6446aca9
8 changed files with 104 additions and 6 deletions

View File

@@ -31,8 +31,10 @@ FetchContent_MakeAvailable(glfw)
project(VulkanRenderer LANGUAGES CXX)
add_executable(VulkanRenderer
main.cpp
src/GLFWManager.h
src/GLFWManager.cpp
src/managers/GLFWManager.h
src/managers/GLFWManager.cpp
src/managers/VulkanManager.cpp
src/managers/VulkanManager.h
)
# Links the libraries to the binary #