Memory leak, but otherwise working

This commit is contained in:
Dynamitos
2023-11-16 22:58:47 +01:00
parent 35966cb5b7
commit 3dc5855d6c
27 changed files with 558 additions and 674 deletions
+5 -2
View File
@@ -28,7 +28,9 @@ target_sources(Engine
Texture.h
Texture.cpp
VertexData.h
VertexData.cpp)
VertexData.cpp
Window.h
Window.cpp)
target_sources(Engine
PUBLIC FILE_SET HEADERS
@@ -47,7 +49,8 @@ target_sources(Engine
Shader.h
StaticMeshVertexData.h
Texture.h
VertexData.h)
VertexData.h
Window.h)
add_subdirectory(RenderPass/)
add_subdirectory(Vulkan/)