WVR_EXPORT void WVR_Quit()
Quit the VR runtime.
Close and release all the resource allocated form VR runtime.
Here is an example for the function:
#include <wvr/wvr.h> //work is done, call WVR_Quit to release all resource. WVR_Quit();