Classes | |
struct | VuPlatformUWPConfig |
UWP-specific platform configuration data structure. More... | |
Enumerations | |
enum | VuPlatformUWPConfigError : int32_t { VU_ENGINE_CREATION_ERROR_PLATFORM_UWP_CONFIG_INITIALIZATION_ERROR = 0x530 } |
UWP-specific configuration error code type for errors occurring when creating a Vuforia Engine instance. More... | |
Functions | |
VuPlatformUWPConfig | vuPlatformUWPConfigDefault () |
Default UWP-specific configuration. | |
VuResult | vuEngineConfigSetAddPlatformUWPConfig (VuEngineConfigSet *configSet, const VuPlatformUWPConfig *config) |
Add a UWP-specific configuration to the Engine config. | |
enum VuPlatformUWPConfigError : int32_t |
UWP-specific configuration error code type for errors occurring when creating a Vuforia Engine instance.
errorCode
parameter of the vuEngineCreate() function if an error related to applying UWP-specific configuration occurs while initializing the new Engine instance. Enumerator | |
---|---|
VU_ENGINE_CREATION_ERROR_PLATFORM_UWP_CONFIG_INITIALIZATION_ERROR | An error occurred during initialization of the platform. |