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