Struct XrPassthroughCreateInfoHTC
The XrPassthroughCreateInfoHTC structure describes the information to create an XrPassthroughCreateInfoHTC handle.
Inherited Members
Namespace: VIVE.OpenXR.Passthrough
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrPassthroughCreateInfoHTC
Constructors
XrPassthroughCreateInfoHTC(XrStructureType, IntPtr, XrPassthroughFormHTC)
Declaration
public XrPassthroughCreateInfoHTC(XrStructureType in_type, IntPtr in_next, XrPassthroughFormHTC in_form)
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. |
XrPassthroughFormHTC | in_form |
Fields
form
The form specifies the form of passthrough.
Declaration
public XrPassthroughFormHTC form
Field Value
Type | Description |
---|---|
XrPassthroughFormHTC |
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 |