From cf9784e9137a0f72ca2fbc2b930c9eafe85721eb Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Thu, 11 Feb 2016 09:26:16 -0700 Subject: header: Update 1.0.3 header revision for inclusion of debug report extension Removed vk_ext_debug_report.h (contents moved into vulkan.h) Renamed debug report message enums --- layers/vk_layer_logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/vk_layer_logging.h') diff --git a/layers/vk_layer_logging.h b/layers/vk_layer_logging.h index 000f2fdb..d2f731da 100644 --- a/layers/vk_layer_logging.h +++ b/layers/vk_layer_logging.h @@ -121,7 +121,7 @@ static inline void layer_debug_report_destroy_instance(debug_report_data *debug_ pTravNext = pTrav->pNext; debug_report_log_msg( - debug_data, VK_DEBUG_REPORT_WARN_BIT_EXT, + debug_data, VK_DEBUG_REPORT_WARNING_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT, (uint64_t) pTrav->msgCallback, 0, VK_DEBUG_REPORT_ERROR_CALLBACK_REF_EXT, "DebugReport", -- cgit v1.2.3