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."],[[["`gvr_version_` provides version information for the Google VR API."],["It includes three public attributes: `major`, `minor`, and `patch`, all of which are represented as `int32_t` types."],["These attributes allow developers to access and utilize the Google VR API version details within their applications."]]],[]]