VKEXTdebugreport
VK_EXT_debug_report is a Vulkan API extension that provides a mechanism for the Vulkan implementation and its validation layers to report diagnostic messages to an application. It is intended to aid debugging and development by delivering errors, warnings, and information about Vulkan operations to the application.
The extension defines a callback-based interface. Developers register a debug report callback using vkCreateDebugReportCallbackEXT, specifying which
Usage and behavior. The extension is typically enabled during instance creation, and the registered callback is
History and status. VK_EXT_debug_report was introduced as an early debugging aid for Vulkan and remains available