Class XrCompositionLayerReprojectionInfoMSFT

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

public class XrCompositionLayerReprojectionInfoMSFT extends org.lwjgl.system.Struct<XrCompositionLayerReprojectionInfoMSFT> implements org.lwjgl.system.NativeResource
The information to help reprojection of a projection layer.
Valid Usage (Implicit)

When the application chained this structure when calling EndFrame, the reprojectionMode must be one of the supported XrReprojectionModeMSFT returned by EnumerateReprojectionModesMSFT function for the corresponding XrViewConfigurationType. Otherwise, the runtime must return error ERROR_REPROJECTION_MODE_UNSUPPORTED_MSFT on the EndFrame function.

The runtime must only use the given information for the corresponding frame in EndFrame function, and it must not affect other frames.

See Also

XrCompositionLayerProjection

Layout


 struct XrCompositionLayerReprojectionInfoMSFT {
     XrStructureType type();
     void const * next();
     XrReprojectionModeMSFT reprojectionMode();
 }