Loading vulkan/libvulkan/debug_report.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -80,7 +80,8 @@ void DebugReportLogger::Message(VkDebugReportFlagsEXT flags, reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT*>( reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT*>( instance_pnext_); instance_pnext_); while (info) { while (info) { if (info->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT) { if (info->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT && (info->flags & flags) != 0) { info->pfnCallback(flags, object_type, object, location, info->pfnCallback(flags, object_type, object, location, message_code, layer_prefix, message, message_code, layer_prefix, message, info->pUserData); info->pUserData); Loading Loading
vulkan/libvulkan/debug_report.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -80,7 +80,8 @@ void DebugReportLogger::Message(VkDebugReportFlagsEXT flags, reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT*>( reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT*>( instance_pnext_); instance_pnext_); while (info) { while (info) { if (info->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT) { if (info->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT && (info->flags & flags) != 0) { info->pfnCallback(flags, object_type, object, location, info->pfnCallback(flags, object_type, object, location, message_code, layer_prefix, message, message_code, layer_prefix, message, info->pUserData); info->pUserData); Loading