enum ThreadingType { TT_MultiThreaded, TT_SingleThreaded, TT_AutoDetect, TT_Unspecified, TT_TypeMask = 0x0000FFF, TT_WatchDogFlag = 0x0001000 };
Threading configuration constants for OnInit. Constants must match values of RTCommandQueue::ThreadingType.
Members |
Description |
TT_MultiThreaded |
Multi-threaded rendering. |
TT_SingleThreaded |
Single-thread rendering. |
TT_AutoDetect |
Causes the use of multi-threading if Thread::GetCPUCount () > 1 |
TT_Unspecified |
Unspecified threading type. |
TT_TypeMask = 0x0000FFF |
Bitmask, specifying the bits used for the threading type. |
TT_WatchDogFlag = 0x0001000 |
Enables the watchdog thread. |
Platform_Enumerations.h