Struct XrFrameWaitInfo
A structure indicates the frameWaitInfo.
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrFrameWaitInfo
Constructors
XrFrameWaitInfo(IntPtr, XrStructureType)
Declaration
public XrFrameWaitInfo(IntPtr next_, XrStructureType type_)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | next_ | |
XrStructureType | type_ |
Fields
next
next is 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 |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |