Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data ViewConfigurationDepthRangeEXT = ViewConfigurationDepthRangeEXT {}
- type EXT_view_configuration_depth_range_SPEC_VERSION = 1
- pattern EXT_view_configuration_depth_range_SPEC_VERSION :: forall a. Integral a => a
- type EXT_VIEW_CONFIGURATION_DEPTH_RANGE_EXTENSION_NAME = "XR_EXT_view_configuration_depth_range"
- pattern EXT_VIEW_CONFIGURATION_DEPTH_RANGE_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
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)
- The @@
extension must be enabled prior to using
ViewConfigurationDepthRangeEXT
-
type
must beTYPE_VIEW_CONFIGURATION_DEPTH_RANGE_EXT
-
next
must beNULL
or a valid pointer to the next structure in a structure chain
See Also
StructureType
,
ViewConfigurationView
,
enumerateViewConfigurationViews
ViewConfigurationDepthRangeEXT | |
|
Instances
pattern EXT_view_configuration_depth_range_SPEC_VERSION :: forall a. Integral a => a Source #
type EXT_VIEW_CONFIGURATION_DEPTH_RANGE_EXTENSION_NAME = "XR_EXT_view_configuration_depth_range" Source #
pattern EXT_VIEW_CONFIGURATION_DEPTH_RANGE_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #