Struct XrSessionCreateInfo
A structure contains information about how to create the session.
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrSessionCreateInfo
Fields
createFlags
Identifies XrSessionCreateFlags that apply to the creation.
Declaration
public XrSessionCreateFlags createFlags
Field Value
Type | Description |
---|---|
XrSessionCreateFlags |
next
NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR. Note that in most cases one graphics API extension specific struct needs to be in this next chain.
Declaration
public IntPtr next
Field Value
Type | Description |
---|---|
IntPtr |
systemId
The XrSystemId represents the system of devices to be used by this session.
Declaration
public XrSystemId systemId
Field Value
Type | Description |
---|---|
XrSystemId |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |