Open topic with navigation
SK_FLAGS_APICONTEXTINITIALIZE_MAINTHREAD Constant
If specified when calling SK_ApiContextInitialize, any third-party dependencies will be initialized on the thread which calls this function. This flag must only be used with the first call to SK_ApiContextInitialize.
Syntax
- C/C++
- #define SK_FLAGS_APICONTEXTINITIALIZE_MAINTHREAD (0x00000001)
- Visual Basic
- Const SK_FLAGS_APICONTEXTINITIALIZE_MAINTHREAD As Long = 1