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_sizei
#include <gvr_types.h>
An integral 2D size. Used for render target sizes.
Summary
Public attributes
height
int32_t gvr_sizei::height
width
int32_t gvr_sizei::width
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_sizei\u003c/code\u003e is a data structure in C++ used to represent the size of a 2D object, specifically for render targets.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two public attributes: \u003ccode\u003ewidth\u003c/code\u003e and \u003ccode\u003eheight\u003c/code\u003e, both represented as 32-bit integers (\u003ccode\u003eint32_t\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThis structure is typically used when working with graphics rendering within the Google VR (GVR) framework, as indicated by the inclusion of \u003ccode\u003e<gvr_types.h>\u003c/code\u003e and the name prefix "gvr".\u003c/p\u003e\n"]]],["`gvr_sizei` is a structure defined in `gvr_types.h` representing an integral 2D size, specifically used for render target sizes. It contains two public attributes: `height` and `width`, both of which are `int32_t` data types. These attributes store the height and width dimensions, respectively, of the 2D size.\n"],null,["# gvr_sizei Struct Reference\n\ngvr_sizei\n=========\n\n`#include \u003cgvr_types.h\u003e`\n\nAn integral 2D size. Used for render target sizes.\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------|-----------|\n| [height](#structgvr__sizei_1ae45f9b60955fea6afd13d94b6e7679da) | `int32_t` |\n| [width](#structgvr__sizei_1a1745d845d85fdef5e603988561d59b3f) | `int32_t` |\n\nPublic attributes\n-----------------\n\n### height\n\n```scdoc\nint32_t gvr_sizei::height\n``` \n\n### width\n\n```scdoc\nint32_t gvr_sizei::width\n```"]]