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
+5 -1
View File
@@ -1,6 +1,7 @@
#pragma once
#include "RenderPath.h"
#include "Graphics/RenderPass/BasePass.h"
#include "Graphics/RenderPass/DepthPrepass.h"
namespace Seele
{
@@ -19,6 +20,9 @@ public:
protected:
PScene scene;
UPBasePass basePass;
PRenderGraph renderGraph;
PDepthPrepass depthPrepass;
PBasePass basePass;
};
} // namespace Seele