Starting implementation of UI framework

This commit is contained in:
Dynamitos
2021-01-19 15:30:00 +01:00
parent 65caae9e21
commit fb3c66cc4c
57 changed files with 381 additions and 186 deletions
+1 -13
View File
@@ -13,24 +13,12 @@ target_sources(SeeleEngine
RenderCore.cpp
RenderMaterial.h
RenderMaterial.cpp
RenderPath.h
RenderPath.cpp
SceneView.h
SceneView.cpp
SceneRenderPath.h
SceneRenderPath.cpp
ShaderCompiler.h
ShaderCompiler.cpp
View.h
View.cpp
VertexShaderInput.h
VertexShaderInput.cpp
StaticMeshVertexInput.h
StaticMeshVertexInput.cpp
Window.cpp
Window.h
WindowManager.h
WindowManager.cpp)
StaticMeshVertexInput.cpp)
add_subdirectory(RenderPass/)
add_subdirectory(Vulkan/)