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

Merge pull request #101503 from devloglogan/openxr-api-action-handle

Expose OpenXR action handles to GDExtension
This commit is contained in:
Rémi Verschelde
2025-01-13 20:22:57 +01:00
3 changed files with 32 additions and 0 deletions

View File

@@ -76,6 +76,9 @@ public:
int64_t get_next_frame_time();
bool can_render();
RID find_action(const String &p_name, const RID &p_action_set = RID());
uint64_t action_get_handle(RID p_action);
uint64_t get_hand_tracker(int p_hand_index);
void register_composition_layer_provider(OpenXRExtensionWrapperExtension *p_extension);