Reworking VertexData

This commit is contained in:
Dynamitos
2023-10-24 15:01:09 +02:00
parent a47f17481b
commit 28e5c9ff01
61 changed files with 1157 additions and 1144 deletions
+3
View File
@@ -3,6 +3,8 @@ target_sources(Engine
ComponentSystem.h
Executor.h
Executor.cpp
MeshUpdater.h
MeshUpdater.cpp
SystemBase.h
SystemGraph.h
SystemGraph.cpp)
@@ -11,6 +13,7 @@ target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
ComponentSystem.h
MeshUpdater.h
Executor.h
SystemBase.h
SystemGraph.h)