Struct XrFrameEndInfo
A structure indicates the XrFrameEndInfo .
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrFrameEndInfo
Constructors
XrFrameEndInfo(XrStructureType, IntPtr, XrTime, XrEnvironmentBlendMode, uint, IntPtr)
Declaration
public XrFrameEndInfo(XrStructureType type_, IntPtr next_, XrTime displayTime_, XrEnvironmentBlendMode environmentBlendMode_, uint layerCount_, IntPtr layers_)
Parameters
Type | Name | Description |
---|---|---|
XrStructureType | type_ | |
IntPtr | next_ | |
XrTime | displayTime_ | |
XrEnvironmentBlendMode | environmentBlendMode_ | |
uint | layerCount_ | |
IntPtr | layers_ |
Fields
displayTime
displayTime is the XrTime at which this frame should be displayed.
Declaration
public XrTime displayTime
Field Value
Type | Description |
---|---|
XrTime |
environmentBlendMode
environmentBlendMode is the XrEnvironmentBlendMode value representing the desired environment blend mode for this frame.
Declaration
public XrEnvironmentBlendMode environmentBlendMode
Field Value
Type | Description |
---|---|
XrEnvironmentBlendMode |
layerCount
layerCount is the number of composition layers in this frame. The maximum supported layer count is identified by XrSystemGraphicsProperties::maxLayerCount.
Declaration
public uint layerCount
Field Value
Type | Description |
---|---|
uint |
layers
layers is a pointer to an array of XrCompositionLayerBaseHeader pointers.
Declaration
public IntPtr layers
Field Value
Type | Description |
---|---|
IntPtr |
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 |