-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathOpenXRFbCompositionLayerAlphaBlendExtensionWrapper.xml
31 lines (31 loc) · 1.46 KB
/
OpenXRFbCompositionLayerAlphaBlendExtensionWrapper.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" ?>
<class name="OpenXRFbCompositionLayerAlphaBlendExtensionWrapper" inherits="OpenXRExtensionWrapperExtension" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd">
<brief_description>
Wraps the [code]XR_FB_composition_layer_alpha_blend[/code] extension.
</brief_description>
<description>
Wraps the [code]XR_FB_composition_layer_alpha_blend[/code] extension.
</description>
<tutorials>
</tutorials>
<constants>
<constant name="BLEND_FACTOR_ZERO" value="0" enum="BlendFactor">
Blending factor set to zero, resulting in no contribution from the source.
</constant>
<constant name="BLEND_FACTOR_ONE" value="1" enum="BlendFactor">
Blending factor set to one, resulting in full contribution from the source.
</constant>
<constant name="BLEND_FACTOR_SRC_ALPHA" value="2" enum="BlendFactor">
Blending factor using the source alpha value.
</constant>
<constant name="BLEND_FACTOR_ONE_MINUS_SRC_ALPHA" value="3" enum="BlendFactor">
Blending factor using one minus the source alpha value.
</constant>
<constant name="BLEND_FACTOR_DST_ALPHA" value="4" enum="BlendFactor">
Blending factor using the destination alpha value.
</constant>
<constant name="BLEND_FACTOR_ONE_MINUS_DST_ALPHA" value="5" enum="BlendFactor">
Blending factor using one minus the destination alpha value.
</constant>
</constants>
</class>