Wwise SDK 2021.1.9
AkTaskSchedulerDesc
Version
Wwise SDK 2021.1.9
|
AkTaskSchedulerDesc Struct Reference
Description of the client task scheduler. More...
#include <AkSoundEngine.h>
Public Types | |
typedef void(* | ParallelForFunc) (void *in_pData, AkUInt32 in_uIdxBegin, AkUInt32 in_uIdxEnd, AkUInt32 in_uTileSize, AkParallelForFunc in_func, void *in_pUserData, const char *in_szDebugName) |
Debug name for the workload. More... |
|
Public Attributes | |
ParallelForFunc | fcnParallelFor |
ParallelForFunc callback. More... |
|
AkUInt32 | uNumSchedulerWorkerThreads |
The number of worker threads in the schduler. More... |
|
Detailed Description
Description of the client task scheduler.
Definition at line 183 of file AkSoundEngine.h.