Function ovr_sys::ovr_Shutdown

source ·
pub unsafe extern "C" fn ovr_Shutdown()
Expand description

Shuts down LibOVR

A successful call to ovr_Initialize must be eventually matched by a call to ovr_Shutdown. After calling ovr_Shutdown, no LibOVR functions can be called except ovr_GetLastErrorInfo or another ovr_Initialize. ovr_Shutdown invalidates all pointers, references, and created objects previously returned by LibOVR functions. The LibOVRRT shared library can be unloaded by ovr_Shutdown.

see ovr_Initialize