openxr-0.1: Bindings to the OpenXR API
Safe HaskellNone
LanguageHaskell2010

OpenXR.Extensions.XR_EPIC_view_configuration_fov

Description

Name

XR_EPIC_view_configuration_fov - instance extension

Specification

See XR_EPIC_view_configuration_fov in the main specification for complete information.

Registered Extension Number

60

Revision

2

Extension and Version Dependencies

  • Requires OpenXR 1.0

See Also

ViewConfigurationViewFovEPIC

Document Notes

For more information, see the OpenXR Specification

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Synopsis

Documentation

data ViewConfigurationViewFovEPIC Source #

XrViewConfigurationViewFovEPIC - View Configuration Field-of-View

Valid Usage (Implicit)

See Also

Fovf, StructureType

Constructors

ViewConfigurationViewFovEPIC 

Fields

  • recommendedFov :: Fovf

    recommendedFov is the recommended field-of-view based on the current user IPD.

  • maxMutableFov :: Fovf

    maxMutableFov is the maximum field-of-view that the runtime can display.

Instances

Instances details
Show ViewConfigurationViewFovEPIC Source # 
Instance details

Defined in OpenXR.Extensions.XR_EPIC_view_configuration_fov

Storable ViewConfigurationViewFovEPIC Source # 
Instance details

Defined in OpenXR.Extensions.XR_EPIC_view_configuration_fov

Zero ViewConfigurationViewFovEPIC Source # 
Instance details

Defined in OpenXR.Extensions.XR_EPIC_view_configuration_fov

ToCStruct ViewConfigurationViewFovEPIC Source # 
Instance details

Defined in OpenXR.Extensions.XR_EPIC_view_configuration_fov

FromCStruct ViewConfigurationViewFovEPIC Source # 
Instance details

Defined in OpenXR.Extensions.XR_EPIC_view_configuration_fov

type EPIC_VIEW_CONFIGURATION_FOV_EXTENSION_NAME = "XR_EPIC_view_configuration_fov" Source #