Adding ThreadPool (doesnt work)

This commit is contained in:
Dynamitos
2023-12-17 16:16:46 +01:00
parent c409a3acd0
commit 34e0d283e8
15 changed files with 82 additions and 661 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#pragma once
#include <thread_pool/thread_pool.h>
#include "ThreadPool.h"
#include "Window/View.h"
#include "Graphics/RenderPass/DepthPrepass.h"
#include "Graphics/RenderPass/LightCullingPass.h"
@@ -34,7 +34,7 @@ private:
LightCullingPass,
BasePass> renderGraph;
dp::thread_pool<> pool;
ThreadPool pool;
ViewportControl cameraSystem;
virtual void keyCallback(KeyCode code, InputAction action, KeyModifier modifier) override;