mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 15:20:52 +00:00
layers: Fix CmdPushDescriptorSet object tracker
Ignore the dstSet field of VkWriteDescriptorSet as indicated by the spec Change-Id: I28ca6ea3059f5528bdf369954e1621ef670e0d54
This commit is contained in:
parent
b2275ec373
commit
a768fa61d2
@ -150,6 +150,7 @@ class ObjectTrackerOutputGenerator(OutputGenerator):
|
||||
'vkAllocateCommandBuffers',
|
||||
'vkAllocateDescriptorSets',
|
||||
'vkFreeDescriptorSets',
|
||||
'vkCmdPushDescriptorSetKHR',
|
||||
'vkDebugMarkerSetObjectNameEXT',
|
||||
'vkGetPhysicalDeviceProcAddr',
|
||||
'vkGetDeviceProcAddr',
|
||||
|
Loading…
Reference in New Issue
Block a user