1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2.Valid Usage (Implicit) 3**** 4* [[VUID-vkMergePipelineCaches-device-parameter]] pname:device must: be a valid sname:VkDevice handle 5* [[VUID-vkMergePipelineCaches-dstCache-parameter]] pname:dstCache must: be a valid sname:VkPipelineCache handle 6* [[VUID-vkMergePipelineCaches-pSrcCaches-parameter]] pname:pSrcCaches must: be a valid pointer to an array of pname:srcCacheCount valid sname:VkPipelineCache handles 7* [[VUID-vkMergePipelineCaches-srcCacheCount-arraylength]] pname:srcCacheCount must: be greater than `0` 8* [[VUID-vkMergePipelineCaches-dstCache-parent]] pname:dstCache must: have been created, allocated, or retrieved from pname:device 9* [[VUID-vkMergePipelineCaches-pSrcCaches-parent]] Each element of pname:pSrcCaches must: have been created, allocated, or retrieved from pname:device 10**** 11 12.Host Synchronization 13**** 14* Host access to pname:dstCache must: be externally synchronized 15**** 16 17.Return Codes 18**** 19ifndef::doctype-manpage[] 20<<fundamentals-successcodes,Success>>:: 21endif::doctype-manpage[] 22ifdef::doctype-manpage[] 23On success, this command returns:: 24endif::doctype-manpage[] 25* ename:VK_SUCCESS 26ifndef::doctype-manpage[] 27<<fundamentals-errorcodes,Failure>>:: 28endif::doctype-manpage[] 29ifdef::doctype-manpage[] 30On failure, this command returns:: 31endif::doctype-manpage[] 32* ename:VK_ERROR_OUT_OF_HOST_MEMORY 33* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY 34**** 35 36