[][src]Function gvr_sys::gvr_destroy

pub unsafe extern "C" fn gvr_destroy(gvr: *mut *mut gvr_context)

Destroys a gvr_context instance. The parameter will be nulled by this operation. Once this function is called, the behavior of any subsequent call to a GVR SDK function that references objects created from this context is undefined.

@param gvr Pointer to a pointer to the gvr instance to be destroyed and nulled.