This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["\u003cp\u003e\u003ccode\u003egvr_version_\u003c/code\u003e provides version information for the Google VR API.\u003c/p\u003e\n"],["\u003cp\u003eIt includes three public attributes: \u003ccode\u003emajor\u003c/code\u003e, \u003ccode\u003eminor\u003c/code\u003e, and \u003ccode\u003epatch\u003c/code\u003e, all of which are represented as \u003ccode\u003eint32_t\u003c/code\u003e types.\u003c/p\u003e\n"],["\u003cp\u003eThese attributes allow developers to access and utilize the Google VR API version details within their applications.\u003c/p\u003e\n"]]],["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"],null,["# gvr_version_ Struct Reference\n\ngvr_version_\n============\n\n`#include \u003cgvr_types.h\u003e`\n\nVersion information for the Google VR API.\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------------------------|-----------|\n| [major](#structgvr__version___1a0c4994e584b1074e343a2841adfc31be) | `int32_t` |\n| [minor](#structgvr__version___1ac4dffc11b08c17717088d8f07a7003e6) | `int32_t` |\n| [patch](#structgvr__version___1a6ad808efa93572c441b4b653e3a937f6) | `int32_t` |\n\nPublic attributes\n-----------------\n\n### major\n\n```scdoc\nint32_t gvr_version_::major\n``` \n\n### minor\n\n```scdoc\nint32_t gvr_version_::minor\n``` \n\n### patch\n\n```scdoc\nint32_t gvr_version_::patch\n```"]]