WVR_Quit

WVR_EXPORT void WVR_Quit()

Quit the VR runtime.

Close and release all the resource allocated form VR runtime.

Version
API Level 1

How to use

Here is an example for the function:

#include <wvr/wvr.h>

//work is done, call WVR_Quit to release all resource.
WVR_Quit();