Adding basic depth prepass

This commit is contained in:
Dynamitos
2021-05-06 17:02:10 +02:00
parent 4a078bd24c
commit 0cf13bcff5
52 changed files with 880 additions and 155 deletions
@@ -4,5 +4,11 @@ target_sources(SeeleEngine
BasePass.cpp
DepthPrepass.h
DepthPrepass.cpp
LightCullingPass.h
LightCullingPass.cpp
MeshProcessor.h
MeshProcessor.cpp)
MeshProcessor.cpp
RenderGraph.h
RenderGraph.cpp
RenderPass.h
RenderPass.cpp)