layers: Fix CmdPushDescriptorSet object tracker

Ignore the dstSet field of VkWriteDescriptorSet as indicated
by the spec

Change-Id: I28ca6ea3059f5528bdf369954e1621ef670e0d54
This commit is contained in:
Tony Barbour 2017-08-08 12:51:33 -06:00 committed by Tony-LunarG
parent b2275ec373
commit a768fa61d2

View File

@ -150,6 +150,7 @@ class ObjectTrackerOutputGenerator(OutputGenerator):
'vkAllocateCommandBuffers',
'vkAllocateDescriptorSets',
'vkFreeDescriptorSets',
'vkCmdPushDescriptorSetKHR',
'vkDebugMarkerSetObjectNameEXT',
'vkGetPhysicalDeviceProcAddr',
'vkGetDeviceProcAddr',