WVR_Init

WVR_EXPORT WVR_InitError WVR_Init(WVR_AppType type = WVR_AppType_VRContent)

Init the VR runtime.

Return
enum WVR_InitError to know what error occurs
Version
API Level 1
Parameters
  • type: which indicate the application type for this rumtime initialization. NOTE: Now this param is ignored by system.

How to use

Here is an example for the function:

#include <wvr/wvr.h>

// start to loading the WVR Runtime
WVR_InitError eError = WVR_InitError_None;
eError = WVR_Init(WVR_AppType_VRContent);