mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-13 02:01:08 +00:00
Delete VkSubmitInfo::pWaitDstStageMask in Deserialise
This commit is contained in:
@@ -1687,6 +1687,7 @@ void Deserialise(const VkSubmitInfo &el)
|
||||
{
|
||||
DeserialiseNext(el.pNext);
|
||||
delete[] el.pWaitSemaphores;
|
||||
delete[] el.pWaitDstStageMask;
|
||||
delete[] el.pCommandBuffers;
|
||||
delete[] el.pSignalSemaphores;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user