Refactoring graphics

This commit is contained in:
Dynamitos
2023-10-26 18:37:29 +02:00
parent 28e5c9ff01
commit 1ca861459c
113 changed files with 3131 additions and 3221 deletions
+4 -1
View File
@@ -3,6 +3,8 @@ target_sources(Engine
ComponentSystem.h
Executor.h
Executor.cpp
LightGather.h
LightGather.cpp
MeshUpdater.h
MeshUpdater.cpp
SystemBase.h
@@ -13,7 +15,8 @@ target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
ComponentSystem.h
MeshUpdater.h
Executor.h
LightGather.h
MeshUpdater.h
SystemBase.h
SystemGraph.h)