This site has been permanently archived. The content on this site was last updated in 2019.
gvr_version_
#include <gvr_types.h>
Version information for the Google VR API.
Summary
Public attributes
major
int32_t gvr_version_::major
minor
int32_t gvr_version_::minor
patch
int32_t gvr_version_::patch
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["`gvr_version_` struct provides version information for the Google VR API."],["It includes three `int32_t` attributes: `major`, `minor`, and `patch` to represent the version number."],["These attributes allow developers to check the version of the Google VR API being used."]]],["The content defines the `gvr_version_` structure for the Google VR API, which is included via `#include \u003cgvr_types.h\u003e`. It contains version information, specifically detailing three public integer attributes: `major`, `minor`, and `patch`. These attributes, all of type `int32_t`, collectively represent the version number of the Google VR API. No specific actions or usage beyond this information is presented.\n"]]