Class XrSecondaryViewConfigurationFrameStateMSFT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrSecondaryViewConfigurationFrameStateMSFT>
org.lwjgl.openxr.XrSecondaryViewConfigurationFrameStateMSFT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrSecondaryViewConfigurationFrameStateMSFT extends org.lwjgl.system.Struct<XrSecondaryViewConfigurationFrameStateMSFT> implements org.lwjgl.system.NativeResource
Extension structure to xrWaitFrame to return a list of secondary view configuration states.
Description

The array size viewConfigurationCount in the XrSecondaryViewConfigurationFrameStateMSFT structure must be the same as the array size enabled through XrSecondaryViewConfigurationSessionBeginInfoMSFT when calling BeginSession earlier, otherwise the runtime must return error ERROR_VALIDATION_FAILURE.

Valid Usage (Implicit)
See Also

XrFrameState, XrSecondaryViewConfigurationStateMSFT

Layout


 struct XrSecondaryViewConfigurationFrameStateMSFT {
     XrStructureType type();
     void * next();
     uint32_t viewConfigurationCount();
     XrSecondaryViewConfigurationStateMSFT * viewConfigurationStates();
 }