fix: add vulkan error checks in command_queue_execute_and_present

fix: add debug helper functoin and update messaging vulkan result
This commit is contained in:
Azeez Abass
2024-11-06 02:17:04 +00:00
parent 2ad452ad5b
commit ddf5c03f4b
2 changed files with 22 additions and 1 deletions

View File

@@ -656,6 +656,7 @@ public:
virtual void command_insert_breadcrumb(CommandBufferID p_cmd_buffer, uint32_t p_data) override final;
void print_lost_device_info();
void on_device_lost() const;
static String get_vulkan_result(VkResult err);
/********************/
/**** SUBMISSION ****/