Struct XrSessionBeginInfo
See XrSessionBeginInfo for more detail.
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrSessionBeginInfo
Fields
next
NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR.
Declaration
public IntPtr next
Field Value
Type | Description |
---|---|
IntPtr |
primaryViewConfigurationType
The XrViewConfigurationType to use during this session to provide images for the form factor’s primary displays.
Declaration
public XrViewConfigurationType primaryViewConfigurationType
Field Value
Type | Description |
---|---|
XrViewConfigurationType |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |