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

OpenXR.Extensions.XR_EXT_view_configuration_depth_range

Description

Name

XR_EXT_view_configuration_depth_range - instance extension

Specification

See XR_EXT_view_configuration_depth_range in the main specification for complete information.

Registered Extension Number

47

Revision

1

Extension and Version Dependencies

  • Requires OpenXR 1.0

See Also

ViewConfigurationDepthRangeEXT

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 ViewConfigurationDepthRangeEXT Source #

XrViewConfigurationDepthRangeEXT - View configuration depth range information

Member Descriptions

Description

When enumerating the view configurations with enumerateViewConfigurationViews, the application can provide a pointer to an ViewConfigurationDepthRangeEXT in the next chain of ViewConfigurationView.

Valid Usage (Implicit)

See Also

StructureType, ViewConfigurationView, enumerateViewConfigurationViews

Constructors

ViewConfigurationDepthRangeEXT 

Fields

  • recommendedNearZ :: Float

    recommendedNearZ is the recommended minimum positive distance in meters that content should be rendered for the view to achieve the best user experience.

  • minNearZ :: Float

    minNearZ is the absolute minimum positive distance in meters that content should be rendered for the view.

  • recommendedFarZ :: Float

    recommendedFarZ is the recommended maximum positive distance in meters that content should be rendered for the view to achieve the best user experience.

  • maxFarZ :: Float

    maxFarZ is the absolute maximum positive distance in meters that content should be rendered for the view.

Instances

Instances details
Eq ViewConfigurationDepthRangeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_view_configuration_depth_range

Show ViewConfigurationDepthRangeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_view_configuration_depth_range

Storable ViewConfigurationDepthRangeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_view_configuration_depth_range

Zero ViewConfigurationDepthRangeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_view_configuration_depth_range

ToCStruct ViewConfigurationDepthRangeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_view_configuration_depth_range

FromCStruct ViewConfigurationDepthRangeEXT Source # 
Instance details

Defined in OpenXR.Extensions.XR_EXT_view_configuration_depth_range

type EXT_VIEW_CONFIGURATION_DEPTH_RANGE_EXTENSION_NAME = "XR_EXT_view_configuration_depth_range" Source #