Fixing tree and adding unit tests

This commit is contained in:
Dynamitos
2023-12-23 18:26:54 +01:00
parent c8f99bb64d
commit 95dcfda1cd
11 changed files with 272 additions and 98 deletions
+3
View File
@@ -15,6 +15,8 @@ target_sources(Engine
Initializer.cpp
Mesh.h
Mesh.cpp
Meshlet.h
Meshlet.cpp
Pipeline.h
Pipeline.cpp
RenderTarget.h
@@ -43,6 +45,7 @@ target_sources(Engine
Graphics.h
Initializer.h
Mesh.h
Meshlet.h
Pipeline.h
RenderTarget.h
Resources.h