Struct XrSystemProperties
A structure indicates the system properties.
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrSystemProperties
Fields
graphicsProperties
An XrSystemGraphicsProperties structure specifying the system graphics properties.
Declaration
public XrSystemGraphicsProperties graphicsProperties
Field Value
Type | Description |
---|---|
XrSystemGraphicsProperties |
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 |
systemId
The XrSystemId identifies the system.
Declaration
public XrSystemId systemId
Field Value
Type | Description |
---|---|
XrSystemId |
systemName
A string contains the name of the system.
Declaration
public char[] systemName
Field Value
Type | Description |
---|---|
char[] |
trackingProperties
An XrSystemTrackingProperties structure specifying system tracking properties.
Declaration
public XrSystemTrackingProperties trackingProperties
Field Value
Type | Description |
---|---|
XrSystemTrackingProperties |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |
vendorId
A unique identifier for the vendor of the system.
Declaration
public uint vendorId
Field Value
Type | Description |
---|---|
uint |