Class XrFoveationLevelProfileCreateInfoFB

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

public class XrFoveationLevelProfileCreateInfoFB extends org.lwjgl.system.Struct<XrFoveationLevelProfileCreateInfoFB> implements org.lwjgl.system.NativeResource
The information to create a foveation profile for foveation levels.
Valid Usage (Implicit)

Layout


 struct XrFoveationLevelProfileCreateInfoFB {
     XrStructureType type();
     void * next();
     XrFoveationLevelFB level();
     float verticalOffset();
     XrFoveationDynamicFB dynamic();
 }