Class XrSystemFoveatedRenderingPropertiesVARJO

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

public class XrSystemFoveatedRenderingPropertiesVARJO extends org.lwjgl.system.Struct<XrSystemFoveatedRenderingPropertiesVARJO> implements org.lwjgl.system.NativeResource
System property for foveated rendering.
Description

The runtime should return TRUE for supportsFoveatedRendering when rendering gaze is available in the system. An application should avoid using foveated rendering functionality when supportsFoveatedRendering is FALSE.

Valid Usage (Implicit)

Layout


 struct XrSystemFoveatedRenderingPropertiesVARJO {
     XrStructureType type();
     void * next();
     XrBool32 supportsFoveatedRendering();
 }