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

OpenXR.Extensions.XR_KHR_composition_layer_color_scale_bias

Description

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

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)

See Also

Color4f, CompositionLayerBaseHeader, StructureType

Constructors

CompositionLayerColorScaleBiasKHR 

Fields

Instances

Instances details
Show CompositionLayerColorScaleBiasKHR Source # 
Instance details

Defined in OpenXR.Extensions.XR_KHR_composition_layer_color_scale_bias

Storable CompositionLayerColorScaleBiasKHR Source # 
Instance details

Defined in OpenXR.Extensions.XR_KHR_composition_layer_color_scale_bias

Zero CompositionLayerColorScaleBiasKHR Source # 
Instance details

Defined in OpenXR.Extensions.XR_KHR_composition_layer_color_scale_bias

ToCStruct CompositionLayerColorScaleBiasKHR Source # 
Instance details

Defined in OpenXR.Extensions.XR_KHR_composition_layer_color_scale_bias

FromCStruct CompositionLayerColorScaleBiasKHR Source # 
Instance details

Defined in OpenXR.Extensions.XR_KHR_composition_layer_color_scale_bias

type KHR_COMPOSITION_LAYER_COLOR_SCALE_BIAS_EXTENSION_NAME = "XR_KHR_composition_layer_color_scale_bias" Source #