Safe Haskell | None |
---|---|
Language | Haskell2010 |
Name
XR_KHR_composition_layer_equirect - instance extension
Specification
See XR_KHR_composition_layer_equirect in the main specification for complete information.
Registered Extension Number
19
Revision
3
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 CompositionLayerEquirectKHR = CompositionLayerEquirectKHR {}
- type KHR_composition_layer_equirect_SPEC_VERSION = 3
- pattern KHR_composition_layer_equirect_SPEC_VERSION :: forall a. Integral a => a
- type KHR_COMPOSITION_LAYER_EQUIRECT_EXTENSION_NAME = "XR_KHR_composition_layer_equirect"
- pattern KHR_COMPOSITION_LAYER_EQUIRECT_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data CompositionLayerEquirectKHR Source #
XrCompositionLayerEquirectKHR - Equirectangular layer composition info
Member Descriptions
Description
CompositionLayerEquirectKHR
contains the information needed to render
an equirectangular image onto a sphere when calling
endFrame
. CompositionLayerEquirectKHR
is
an alias type for the base struct
CompositionLayerBaseHeader
used in
FrameEndInfo
.
Valid Usage (Implicit)
- The @@
extension must be enabled prior to using
CompositionLayerEquirectKHR
-
type
must beTYPE_COMPOSITION_LAYER_EQUIRECT_KHR
-
next
must beNULL
or a valid pointer to the next structure in a structure chain -
layerFlags
must be0
or a valid combination of XrCompositionLayerFlagBits values -
space
must be a validSpace
handle -
eyeVisibility
must be a validEyeVisibility
value -
subImage
must be a validSwapchainSubImage
structure
See Also
CompositionLayerBaseHeader
,
CompositionLayerFlags
,
EyeVisibility
,
FrameEndInfo
, Posef
,
Space
,
StructureType
,
SwapchainSubImage
,
Vector2f
, endFrame
CompositionLayerEquirectKHR | |
|
Instances
pattern KHR_composition_layer_equirect_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_COMPOSITION_LAYER_EQUIRECT_EXTENSION_NAME = "XR_KHR_composition_layer_equirect" Source #
pattern KHR_COMPOSITION_LAYER_EQUIRECT_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #