Struct XrEyeGeometricDataInfoHTC
The XrEyeGeometricDataInfoHTC structure describes the information to get geometric related data.
Inherited Members
Namespace: VIVE.OpenXR.EyeTracker
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrEyeGeometricDataInfoHTC
Constructors
XrEyeGeometricDataInfoHTC(XrStructureType, IntPtr)
Declaration
public XrEyeGeometricDataInfoHTC(XrStructureType in_type, IntPtr in_next)
Parameters
Type | Name | Description |
---|---|---|
XrStructureType | in_type | The XrStructureType of this structure. |
IntPtr | in_next | NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension. |
Fields
next
NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension.
Declaration
public IntPtr next
Field Value
Type | Description |
---|---|
IntPtr |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |