Viewport controls

This commit is contained in:
Dynamitos
2022-11-17 16:47:42 +01:00
parent f635ee2100
commit 4ba0bf3b45
73 changed files with 627 additions and 449 deletions
@@ -1,5 +1,5 @@
target_sources(Engine
PUBLIC
PRIVATE
BasePass.h
BasePass.cpp
DepthPrepass.h
@@ -9,7 +9,8 @@ target_sources(Engine
MeshProcessor.h
MeshProcessor.cpp
RenderGraph.h
RenderGraph.cpp
RenderGraphResources.h
RenderGraphResources.cpp
RenderPass.h
TextPass.h
TextPass.cpp