Skip to content

Commit 6ca3234

Browse files
xwovrrpavlik
authored andcommitted
Update EBM_ALPHA_BLEND and XR_EXT_composition_layer_inverted_alpha support status for Meta runtimes
1 parent e37ee0c commit 6ca3234

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

runtimes/meta_quest_3_mobile.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
{
9292
"view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO",
9393
"environment_blend_modes": [
94-
"OPAQUE"
94+
"OPAQUE",
95+
"ALPHA_BLEND"
9596
]
9697
}
9798
]

runtimes/meta_quest_3s_mobile.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"XR_KHR_vulkan_enable",
2020
"XR_KHR_vulkan_enable2",
2121
"XR_EXT_active_action_set_priority",
22+
"XR_EXT_composition_layer_inverted_alpha",
2223
"XR_EXT_hand_interaction",
2324
"XR_EXT_hand_joints_motion_range",
2425
"XR_EXT_hand_tracking",
@@ -86,7 +87,8 @@
8687
{
8788
"view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO",
8889
"environment_blend_modes": [
89-
"OPAQUE"
90+
"OPAQUE",
91+
"ALPHA_BLEND"
9092
]
9193
}
9294
]

runtimes/meta_quest_pro_mobile.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
{
9595
"view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO",
9696
"environment_blend_modes": [
97-
"OPAQUE"
97+
"OPAQUE",
98+
"ALPHA_BLEND"
9899
]
99100
}
100101
]

runtimes/meta_xr_simulator.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"XR_KHR_vulkan_enable",
1515
"XR_KHR_vulkan_enable2",
1616
"XR_KHR_win32_convert_performance_counter_time",
17+
"XR_EXT_composition_layer_inverted_alpha",
1718
"XR_EXT_conformance_automation",
1819
"XR_EXT_debug_utils",
1920
"XR_EXT_hand_tracking",
@@ -44,7 +45,8 @@
4445
{
4546
"view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO",
4647
"environment_blend_modes": [
47-
"OPAQUE"
48+
"OPAQUE",
49+
"ALPHA_BLEND"
4850
]
4951
}
5052
]

0 commit comments

Comments
 (0)