17 lines
852 B
Plaintext
17 lines
852 B
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[vkUpdateDescriptorSets,vkUpdateDescriptorSets]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
void vkUpdateDescriptorSets(
|
||
|
VkDevice device,
|
||
|
uint32_t descriptorWriteCount,
|
||
|
const VkWriteDescriptorSet* pDescriptorWrites,
|
||
|
uint32_t descriptorCopyCount,
|
||
|
const VkCopyDescriptorSet* pDescriptorCopies);
|
||
|
------------------------------------------------------------------------------
|