Class XrRecommendedLayerResolutionGetInfoMETA

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

public class XrRecommendedLayerResolutionGetInfoMETA extends org.lwjgl.system.Struct<XrRecommendedLayerResolutionGetInfoMETA> implements org.lwjgl.system.NativeResource
The structure provided by the application to the runtime, describing the information required for a recommendation to be made.
Description

If predictedDisplayTime is older than the predicted display time returned from most recent WaitFrame then, the runtime must return ERROR_TIME_INVALID.

Valid Usage (Implicit)
See Also

XrCompositionLayerBaseHeader, GetRecommendedLayerResolutionMETA

Layout


 struct XrRecommendedLayerResolutionGetInfoMETA {
     XrStructureType type();
     void const * next();
     XrCompositionLayerBaseHeader const * layer();
     XrTime predictedDisplayTime();
 }