diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2023-01-12 00:56:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 00:56:51 +0100 |
commit | 2fcd298f96b75b77df368e67129c9d13a53adfbd (patch) | |
tree | e9069497537008c8789740bc5b2c9ece1ca19cad /modules/openxr/openxr_api.h | |
parent | 201673ecd8d8d6baba67f1db5120a3565640f9bd (diff) | |
parent | b51acac638503c2b114403bbbf4e5ff63ef90dea (diff) |
Merge pull request #71034 from rsjtdrjgfuzkfg/openxr-android-warning
OpenXR: Fix android loader extension detection
Diffstat (limited to 'modules/openxr/openxr_api.h')
-rw-r--r-- | modules/openxr/openxr_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openxr/openxr_api.h b/modules/openxr/openxr_api.h index a697a5f90a..5fb8de660e 100644 --- a/modules/openxr/openxr_api.h +++ b/modules/openxr/openxr_api.h @@ -305,6 +305,7 @@ public: static bool openxr_is_enabled(bool p_check_run_in_editor = true); _FORCE_INLINE_ static OpenXRAPI *get_singleton() { return singleton; } + XrResult try_get_instance_proc_addr(const char *p_name, PFN_xrVoidFunction *p_addr); XrResult get_instance_proc_addr(const char *p_name, PFN_xrVoidFunction *p_addr); String get_error_string(XrResult result); String get_swapchain_format_name(int64_t p_swapchain_format) const; |