Class EPICViewConfigurationFov

java.lang.Object
org.lwjgl.openxr.EPICViewConfigurationFov

public final class EPICViewConfigurationFov extends Object
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 Details

    • XR_EPIC_view_configuration_fov_SPEC_VERSION

      public static final int XR_EPIC_view_configuration_fov_SPEC_VERSION
      The extension specification version.
      See Also:
    • XR_EPIC_VIEW_CONFIGURATION_FOV_EXTENSION_NAME

      public static final String 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_EPIC
      Extends XrStructureType.
      See Also: