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:
baldurk
2015-12-31 00:23:52 +01:00
parent 52afa614c8
commit 1398b9fb56
15 changed files with 358 additions and 35 deletions
+3
View File
@@ -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);