Closed charles-lunarg closed 11 months ago
This is not worth adding - especially since these functions require that the extension is supported so adding the debug functions directly to the Device object not only bloats the struct but could cause unexpected crashes (if the function is NULL) or if checking for nullptr first, causes the functions to do nothing which is potentially confusing.
Currently, vk-bootstrap creates & destroys the debug utils messenger, but it doesn't offer any direct support for naming objects and whatnot. It would be nice to have a 'here is a ready made answer on how to use debug utils'.