implemented basic shader expressions

This commit is contained in:
Dynamitos
2023-02-24 22:09:07 +01:00
parent 48fa098546
commit f46262b66e
67 changed files with 1390 additions and 852 deletions
+3
View File
@@ -1,5 +1,7 @@
target_sources(Engine
PRIVATE
GameView.h
GameView.cpp
View.h
View.cpp
Window.cpp
@@ -10,6 +12,7 @@ target_sources(Engine
target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
GameView.h
View.h
Window.h
WindowManager.h)