Function gvr_sys::gvr_get_version_string [] [src]

pub unsafe extern fn gvr_get_version_string() -> *const c_char

Gets a string representation of the current GVR runtime version. This is of the form "MAJOR.MINOR.PATCH".

Note: This runtime version may differ from the version against which the client app is compiled, as defined in gvr_version.h by GVR_SDK_VERSION_STRING.

@return The version as a static char pointer.