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.
[null,null,["Last updated 2024-10-09 UTC."],[],["`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,[]]