Safe Haskell | None |
---|---|
Language | Haskell2010 |
Name
XR_KHR_composition_layer_color_scale_bias - instance extension
Specification
See XR_KHR_composition_layer_color_scale_bias in the main specification for complete information.
Registered Extension Number
35
Revision
5
Extension and Version Dependencies
- Requires OpenXR 1.0
See Also
CompositionLayerColorScaleBiasKHR
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 CompositionLayerColorScaleBiasKHR = CompositionLayerColorScaleBiasKHR {}
- type KHR_composition_layer_color_scale_bias_SPEC_VERSION = 5
- pattern KHR_composition_layer_color_scale_bias_SPEC_VERSION :: forall a. Integral a => a
- type KHR_COMPOSITION_LAYER_COLOR_SCALE_BIAS_EXTENSION_NAME = "XR_KHR_composition_layer_color_scale_bias"
- pattern KHR_COMPOSITION_LAYER_COLOR_SCALE_BIAS_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data CompositionLayerColorScaleBiasKHR Source #
XrCompositionLayerColorScaleBiasKHR - defines color scale and bias for layer textures
Member Descriptions
Description
CompositionLayerColorScaleBiasKHR
contains the information needed to
scale and bias the color of layer textures.
The CompositionLayerColorScaleBiasKHR
structure can be applied by
applications to composition layers by adding an instance of the struct
to the CompositionLayerBaseHeader
::next
list.
Valid Usage (Implicit)
- The
@@ extension must be enabled prior to using
CompositionLayerColorScaleBiasKHR
-
type
must beTYPE_COMPOSITION_LAYER_COLOR_SCALE_BIAS_KHR
-
next
must beNULL
or a valid pointer to the next structure in a structure chain
See Also
Instances
pattern KHR_composition_layer_color_scale_bias_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_COMPOSITION_LAYER_COLOR_SCALE_BIAS_EXTENSION_NAME = "XR_KHR_composition_layer_color_scale_bias" Source #
pattern KHR_COMPOSITION_LAYER_COLOR_SCALE_BIAS_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #