This site has been permanently archived. The content on this site was last updated in 2019.
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 data structure in C++ used to represent the size of a 2D object, specifically for render targets."],["It includes two public attributes: `width` and `height`, both represented as 32-bit integers (`int32_t`)."],["This structure is declared in the header file `gvr_types.h` and can be accessed by including it in your code."]]],[]]