menu
バージョン
2021.1.14.8108
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2021.1.14
|
Description of the client task scheduler. [詳解]
#include <AkSoundEngine.h>
公開型 | |
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. [詳解] |
|
公開変数類 | |
ParallelForFunc | fcnParallelFor |
ParallelForFunc callback. [詳解] |
|
AkUInt32 | uNumSchedulerWorkerThreads |
The number of worker threads in the schduler. [詳解] |
|
Description of the client task scheduler.
AkSoundEngine.h の 180 行目に定義があります。