1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Add support for the debug utils extension in OpenXR

This commit is contained in:
Bastiaan Olij
2024-08-05 17:25:28 +10:00
parent db76de5de8
commit 08ffa5d89e
13 changed files with 514 additions and 3 deletions

View File

@@ -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();