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
- Parameters
- type -
which indicate the application type for this rumtime initialization. NOTE: Now this param is ignored by system.
- type -
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);