All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
UWP-specific Engine Configuration

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.
 

Detailed Description

Enumeration Type Documentation

◆ VuPlatformUWPConfigError

enum VuPlatformUWPConfigError : int32_t

UWP-specific configuration error code type for errors occurring when creating a Vuforia Engine instance.

Note
The error code is reported via the 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.