SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ThreadPoolEnum

enum class Spices::ThreadPoolEnum
strong

ThreadPool Type Enum.

Enumerator
Main 
Game 
RHI 
Custom 

Definition at line 18 of file ThreadModel.h.

19 {
20 Main = 0, /* @brief Main Thread. */
21 Game = 1, /* @brief Game ThreadPool. */
22 RHI = 2, /* @brief RHI ThreadPool. */
23 Custom = 3, /* @brief Custom ThreadPool. */
24 };