OpenXRFbCompositionLayerAlphaBlendExtensionWrapper
Inherits: OpenXRExtensionWrapperExtension
Wraps the XR_FB_composition_layer_alpha_blend
extension.
Description
Wraps the XR_FB_composition_layer_alpha_blend
extension.
Enumerations
enum BlendFactor:
BlendFactor BLEND_FACTOR_ZERO = 0
Blending factor set to zero, resulting in no contribution from the source.
BlendFactor BLEND_FACTOR_ONE = 1
Blending factor set to one, resulting in full contribution from the source.
BlendFactor BLEND_FACTOR_SRC_ALPHA = 2
Blending factor using the source alpha value.
BlendFactor BLEND_FACTOR_ONE_MINUS_SRC_ALPHA = 3
Blending factor using one minus the source alpha value.
BlendFactor BLEND_FACTOR_DST_ALPHA = 4
Blending factor using the destination alpha value.
BlendFactor BLEND_FACTOR_ONE_MINUS_DST_ALPHA = 5
Blending factor using one minus the destination alpha value.