Class XrViewConfigurationViewFovEPIC

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

public class XrViewConfigurationViewFovEPIC extends org.lwjgl.system.Struct<XrViewConfigurationViewFovEPIC> implements org.lwjgl.system.NativeResource
View Configuration Field-of-View.
Valid Usage (Implicit)
See Also

XrFovf

Layout


 struct XrViewConfigurationViewFovEPIC {
     XrStructureType type();
     void const * next();
     XrFovf recommendedFov();
     XrFovf maxMutableFov();
 }