Class XrFoveationProfileCreateInfoFB

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

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

CreateFoveationProfileFB

Layout


 struct XrFoveationProfileCreateInfoFB {
     XrStructureType type();
     void * next();
 }