Safe Haskell | None |
---|---|
Language | Haskell2010 |
Name
XR_KHR_composition_layer_depth - instance extension
Specification
See XR_KHR_composition_layer_depth in the main specification for complete information.
Registered Extension Number
11
Revision
5
Extension and Version Dependencies
- Requires OpenXR 1.0
See Also
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 CompositionLayerDepthInfoKHR = CompositionLayerDepthInfoKHR {}
- type KHR_composition_layer_depth_SPEC_VERSION = 5
- pattern KHR_composition_layer_depth_SPEC_VERSION :: forall a. Integral a => a
- type KHR_COMPOSITION_LAYER_DEPTH_EXTENSION_NAME = "XR_KHR_composition_layer_depth"
- pattern KHR_COMPOSITION_LAYER_DEPTH_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data CompositionLayerDepthInfoKHR Source #
XrCompositionLayerDepthInfoKHR - Depth map layer info
Member Descriptions
Description
CompositionLayerDepthInfoKHR
contains the information needed to
specify an extra layer with depth information. When submitting depth
buffers along with projection layers, add the
CompositionLayerDepthInfoKHR
to the next
chain for all
CompositionLayerProjectionView
structures in
the given layer.
Valid Usage (Implicit)
- The @@
extension must be enabled prior to using
CompositionLayerDepthInfoKHR
-
type
must beTYPE_COMPOSITION_LAYER_DEPTH_INFO_KHR
-
next
must beNULL
or a valid pointer to the next structure in a structure chain -
subImage
must be a validSwapchainSubImage
structure
See Also
CompositionLayerBaseHeader
,
CompositionLayerProjection
,
CompositionLayerProjectionView
,
FrameEndInfo
,
StructureType
,
SwapchainSubImage
,
endFrame
CompositionLayerDepthInfoKHR | |
|
Instances
pattern KHR_composition_layer_depth_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_COMPOSITION_LAYER_DEPTH_EXTENSION_NAME = "XR_KHR_composition_layer_depth" Source #
pattern KHR_COMPOSITION_LAYER_DEPTH_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #