All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Vuforia Driver Configuration
enum  VuDriverConfigError : int32_t {
  VU_ENGINE_CREATION_ERROR_DRIVER_CONFIG_LOAD_ERROR ,
  VU_ENGINE_CREATION_ERROR_DRIVER_CONFIG_FEATURE_NOT_SUPPORTED = 0x101
}
 Vuforia Driver configuration error code when creating a Vuforia Engine instance. More...
 
VuDriverConfig vuDriverConfigDefault ()
 Default Vuforia Driver Platform configuration.
 
VuResult vuEngineConfigSetAddDriverConfig (VuEngineConfigSet *configSet, const VuDriverConfig *config)
 Add a Vuforia Driver configuration to the engine configuration.
 

Detailed Description

Enumeration Type Documentation

◆ VuDriverConfigError

enum VuDriverConfigError : int32_t

Vuforia Driver configuration error code when creating a Vuforia Engine instance.

Enumerator
VU_ENGINE_CREATION_ERROR_DRIVER_CONFIG_LOAD_ERROR 

An error occurred while loading the driver (library not found or could not be loaded due to missing entry points, incompatible ABI format, etc.)

VU_ENGINE_CREATION_ERROR_DRIVER_CONFIG_FEATURE_NOT_SUPPORTED 

Vuforia Driver is not supported by the current license.

Function Documentation

◆ vuDriverConfigDefault()

VuDriverConfig vuDriverConfigDefault ( )

Default Vuforia Driver Platform configuration.

Note
Use this function to initialize the VuDriverConfig data structure with default values.