Enabling other passes

This commit is contained in:
Dynamitos
2023-11-10 22:26:47 +01:00
parent 9871fb921d
commit 91555fcec3
9 changed files with 54 additions and 50 deletions
+4 -4
View File
@@ -31,10 +31,10 @@ private:
OEntity camera;
GameInterface gameInterface;
RenderGraph<
DepthPrepass
//LightCullingPass,
//BasePass,
//SkyboxRenderPass
DepthPrepass,
LightCullingPass,
BasePass,
SkyboxRenderPass
> renderGraph;
PSystemGraph systemGraph;