mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +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