summaryrefslogtreecommitdiffstats
path: root/modules/openxr/openxr_api_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openxr/openxr_api_extension.h')
-rw-r--r--modules/openxr/openxr_api_extension.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/openxr/openxr_api_extension.h b/modules/openxr/openxr_api_extension.h
index cff2c4738e..1b88b418f6 100644
--- a/modules/openxr/openxr_api_extension.h
+++ b/modules/openxr/openxr_api_extension.h
@@ -64,6 +64,10 @@ public:
uint64_t get_instance_proc_addr(String p_name);
String get_error_string(uint64_t result);
String get_swapchain_format_name(int64_t p_swapchain_format);
+ void set_object_name(int64_t p_object_type, uint64_t p_object_handle, const String &p_object_name);
+ void begin_debug_label_region(const String &p_label_name);
+ void end_debug_label_region();
+ void insert_debug_label(const String &p_label_name);
bool is_initialized();
bool is_running();