mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05: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