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:
@@ -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 ****/
|
||||
|
||||
Reference in New Issue
Block a user