Package org.lwjgl.openxr
Class EPICViewConfigurationFov
java.lang.Object
org.lwjgl.openxr.EPICViewConfigurationFov
The XR_EPIC_view_configuration_fov extension.
This extension allows the application to retrieve the recommended and maximum field-of-view using EnumerateViewConfigurationViews. These field-of-view parameters can be used during initialization of the application before creating a session.
The field-of-view given here should not be used for rendering, see LocateViews to retrieve the field-of-view for rendering.
For views with fovMutable set to XR_TRUE the maximum field-of-view should specify the upper limit that runtime can support. If the view has fovMutable set to XR_FALSE the runtime must set maxMutableFov to be the same as recommendedFov.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsXrStructureType. -
Method Summary
-
Field Details
-
XR_EPIC_view_configuration_fov_SPEC_VERSION
public static final int XR_EPIC_view_configuration_fov_SPEC_VERSIONThe extension specification version.- See Also:
-
XR_EPIC_VIEW_CONFIGURATION_FOV_EXTENSION_NAME
The extension name.- See Also:
-
XR_TYPE_VIEW_CONFIGURATION_VIEW_FOV_EPIC
public static final int XR_TYPE_VIEW_CONFIGURATION_VIEW_FOV_EPICExtendsXrStructureType.- See Also:
-