You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user