mikke89 / RmlUi

RmlUi - The HTML/CSS User Interface library evolved
https://mikke89.github.io/RmlUiDoc/
MIT License
2.57k stars 295 forks source link

Replace deprecated VkDebugReportCallbackEXT with VkDebugUtilsMessengerEXT #579

Closed skaarj1989 closed 5 months ago

skaarj1989 commented 5 months ago

VK_EXT_debug_report is deprecated by VK_EXT_debug_utils

mikke89 commented 5 months ago

Thank you! I came by this document here which gives more context: https://www.lunarg.com/wp-content/uploads/2018/05/Vulkan-Debug-Utils_05_18_v1.pdf

This looks good to me, and works here, cheers!