Scaleform::Platform::ThreadingType

Scaleform::Platform::ThreadingType
enum ThreadingType {
  TT_MultiThreaded,
  TT_SingleThreaded,
  TT_AutoDetect,
  TT_Unspecified,
  TT_TypeMask = 0x0000FFF,
  TT_WatchDogFlag = 0x0001000
};
Description

Threading configuration constants for OnInit. Constants must match values of RTCommandQueue::ThreadingType.

Members
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. 
File

Platform_Enumerations.h