1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Added missing interaction profiles and making sure related extensions are enabled if available

This commit is contained in:
Bastiaan Olij
2022-04-06 23:00:26 +10:00
parent 338b23d572
commit f8dab282cb
6 changed files with 305 additions and 22 deletions

View File

@@ -75,6 +75,12 @@ private:
Vector<OpenXRExtensionWrapper *> registered_extension_wrappers;
Vector<const char *> enabled_extensions;
bool ext_hp_mixed_reality_available = false;
bool ext_samsung_odyssey_available = false;
bool ext_vive_cosmos_available = false;
bool ext_vive_focus3_available = false;
bool ext_huawei_controller_available = false;
// composition layer providers
Vector<OpenXRCompositionLayerProvider *> composition_layer_providers;