On Tue Mar 12 13:57:01 2024 +0000, Jacek Caban wrote:
Changes like that will make break unwrapping handles in debug callbacks from inside `vkDestroySurfaceKHR` (or similarly others), can we for some reason assume that they don't emit such callbacks?
The rationale was that we cannot map callbacks during creation, so this would be unbalanced with callbacks during destruction (if anything tracks leaks for instance), and we will need instead to generate our own callbacks to balance it.
Still I'm also fine keeping it unbalanced, though I think it wasn't completely consistent.