Add customizable per-platform affinity for content and pool threads

This commit is contained in:
Wojtek Figat
2025-07-29 10:41:41 +02:00
parent 17c0892ff1
commit 99323c1d2f
4 changed files with 27 additions and 10 deletions

View File

@@ -4,6 +4,9 @@
#include "Engine/Core/Types/BaseTypes.h"
// Enables pinning thread pool to the logical CPU cores with affinity mask
//#define THREAD_POOL_AFFINITY_MASK(thread) (1 << (thread + 1))
/// <summary>
/// Main engine thread pool for threaded tasks system.
/// </summary>