diff --git a/doc/changes/auxiliary/mr.2006.md b/doc/changes/auxiliary/mr.2006.md index 160c401f0..5f05d786a 100644 --- a/doc/changes/auxiliary/mr.2006.md +++ b/doc/changes/auxiliary/mr.2006.md @@ -1 +1,8 @@ -vk: replace VK_EXT_debug_marker by VK_EXT_debug_utils +--- +- mr.2006 +- mr.2014 +--- + +vk: Change the naming function to use the extension `VK_EXT_debug_utils`, which +has been included in core with 1.3, instead of the old `VK_EXT_debug_marker` +extension. Also make the naming function type safe.