Class XrViewLocateFoveatedRenderingVARJO

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

public class XrViewLocateFoveatedRenderingVARJO extends org.lwjgl.system.Struct<XrViewLocateFoveatedRenderingVARJO> implements org.lwjgl.system.NativeResource
Request foveated FoV.
Description

The runtime must return foveated field of view when foveatedRenderingActive is TRUE.

Valid Usage (Implicit)
See Also

XrViewLocateInfo

Layout


 struct XrViewLocateFoveatedRenderingVARJO {
     XrStructureType type();
     void const * next();
     XrBool32 foveatedRenderingActive();
 }