Struct XrExtent2Di
A two-dimensional integer extent is defined by the XrExtent2Di.
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrExtent2Di
Constructors
XrExtent2Di(int, int)
Declaration
public XrExtent2Di(int in_width, int in_height)
Parameters
Type | Name | Description |
---|---|---|
int | in_width | The integer width of the extent. |
int | in_height | The integer height of the extent. |
Fields
height
The integer height of the extent.
Declaration
public int height
Field Value
Type | Description |
---|---|
int |
width
The integer width of the extent.
Declaration
public int width
Field Value
Type | Description |
---|---|
int |