Class XrFoveationEyeTrackedProfileCreateInfoMETA

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

public class XrFoveationEyeTrackedProfileCreateInfoMETA extends org.lwjgl.system.Struct<XrFoveationEyeTrackedProfileCreateInfoMETA> implements org.lwjgl.system.NativeResource
The information to create a eye tracked foveation profile.
Description

XrFoveationEyeTrackedProfileCreateInfoMETA can be added to the next chain of XrFoveationLevelProfileCreateInfoFB in order to enable eye tracked foveation. The runtime must apply an eye tracked foveation pattern according to the parameters defined in the XrFoveationLevelProfileCreateInfoFB.

Valid Usage (Implicit)

Layout


 struct XrFoveationEyeTrackedProfileCreateInfoMETA {
     XrStructureType type();
     void const * next();
     XrFoveationEyeTrackedProfileCreateFlagsMETA flags();
 }