Classes | |
struct | VuRenderConfig |
Render configuration data structure. More... | |
Enumerations | |
enum | VuRenderConfigError : int32_t { VU_ENGINE_CREATION_ERROR_RENDER_CONFIG_UNSUPPORTED_BACKEND = 0x300, VU_ENGINE_CREATION_ERROR_RENDER_CONFIG_FAILED_TO_SET_VIDEO_BG_VIEWPORT = 0x301 } |
Rendering configuration error code type for errors occurring when creating a Vuforia Engine instance. More... | |
enum | VuRenderVBBackendType : int32_t { VU_RENDER_VB_BACKEND_DEFAULT = 0x1, VU_RENDER_VB_BACKEND_HEADLESS = 0x2, VU_RENDER_VB_BACKEND_GLES3 = 0x4, VU_RENDER_VB_BACKEND_DX11 = 0x5, VU_RENDER_VB_BACKEND_METAL = 0x6 } |
Render video background backend configuration. More... | |
enum | VuVideoBackgroundViewportMode : int32_t { VU_VIDEOBG_VIEWPORT_MODE_SCALE_TO_FILL = 0x1, VU_VIDEOBG_VIEWPORT_MODE_SCALE_TO_FIT = 0x2, VU_VIDEOBG_VIEWPORT_MODE_NATIVE_VIDEO = 0x3 } |
Supported video background viewport modes. More... | |
Functions | |
VuRenderConfig | vuRenderConfigDefault () |
Default render configuration. More... | |
VuResult | vuEngineConfigSetAddRenderConfig (VuEngineConfigSet *configSet, const VuRenderConfig *config) |
Add a render configuration to the engine config. | |
enum VuRenderConfigError : int32_t |
Rendering configuration error code type for errors occurring when creating a Vuforia Engine instance.
errorCode
parameter of the vuEngineCreate() function if an error related to the rendering configuration occurs while initializing the new Engine instance. enum VuRenderVBBackendType : int32_t |
Render video background backend configuration.
enum VuVideoBackgroundViewportMode : int32_t |
Supported video background viewport modes.
VuRenderConfig vuRenderConfigDefault | ( | ) |
Default render configuration.