Class XrSystemFoveationEyeTrackedPropertiesMETA

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

public class XrSystemFoveationEyeTrackedPropertiesMETA extends org.lwjgl.system.Struct<XrSystemFoveationEyeTrackedPropertiesMETA> implements org.lwjgl.system.NativeResource
Information about the current system support for eye tracked foveation.
Description

An application can inspect whether the system is capable of eye tracked foveation by extending the XrSystemProperties with XrSystemFoveationEyeTrackedPropertiesMETA structure when calling GetSystemProperties.

Valid Usage (Implicit)
See Also

GetSystemProperties

Layout


 struct XrSystemFoveationEyeTrackedPropertiesMETA {
     XrStructureType type();
     void * next();
     XrBool32 supportsFoveationEyeTracked();
 }