Files
WoWee/include/rendering
Kelsi 697f58474d chore(vulkan): remove the leak-hunt scaffolding
The validation run is clean, so the instrumentation that found the leak
comes out: the loadModel upload counters, the caller tracking in
createBuffer/destroyBuffer, and the VMA allocation dump.

What stays is the fix — flushDeferredCleanup and the calls to it from the
five subsystems that defer destruction — and tearing the allocator down
under validation, without which the next leak would be invisible in the
same way this one was.
2026-07-31 09:22:22 -07:00
..