mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Rejig extension handling and implement VK_LUNARG_DEBUG_MARKER support
* The WSI extensions should probably route through this method too
This commit is contained in:
@@ -590,6 +590,9 @@ VkResourceRecord::~VkResourceRecord()
|
||||
if(resType == eResBuffer || resType == eResImage)
|
||||
SAFE_DELETE(sparseInfo);
|
||||
|
||||
if(resType == eResInstance || resType == eResDevice)
|
||||
SAFE_DELETE(instDevInfo);
|
||||
|
||||
if(resType == eResSwapchain)
|
||||
SAFE_DELETE(swapInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user