blob: e4cd243aa9aaca6e1fd1ff64a46afd3bb190e20e [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkUpdateDescriptorSets,vkUpdateDescriptorSets]]
[source,c++]
----
void vkUpdateDescriptorSets(
VkDevice device,
uint32_t descriptorWriteCount,
const VkWriteDescriptorSet* pDescriptorWrites,
uint32_t descriptorCopyCount,
const VkCopyDescriptorSet* pDescriptorCopies);
----