Trying new meshlet gen approach

This commit is contained in:
Dynamitos
2024-04-05 10:41:59 +02:00
parent 7eedaf61ba
commit 505e7d6547
19 changed files with 219 additions and 216 deletions
+1 -4
View File
@@ -29,10 +29,7 @@ private:
OScene scene;
Component::Camera viewportCamera;
RenderGraph<
DepthPrepass,
LightCullingPass,
BasePass> renderGraph;
RenderGraph renderGraph;
ThreadPool pool;
ViewportControl cameraSystem;