blob: cb38e6f54934cb5e1ba28ebbd9d48d361279decb [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkMergePipelineCaches-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkMergePipelineCaches-dstCache-parameter]] pname:dstCache must: be a valid sname:VkPipelineCache handle
* [[VUID-vkMergePipelineCaches-pSrcCaches-parameter]] pname:pSrcCaches must: be a valid pointer to an array of pname:srcCacheCount valid sname:VkPipelineCache handles
* [[VUID-vkMergePipelineCaches-srcCacheCount-arraylength]] pname:srcCacheCount must: be greater than `0`
* [[VUID-vkMergePipelineCaches-dstCache-parent]] pname:dstCache must: have been created, allocated, or retrieved from pname:device
* [[VUID-vkMergePipelineCaches-pSrcCaches-parent]] Each element of pname:pSrcCaches must: have been created, allocated, or retrieved from pname:device
****
.Host Synchronization
****
* Host access to pname:dstCache must: be externally synchronized
****
.Return Codes
****
ifndef::doctype-manpage[]
<<fundamentals-successcodes,Success>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On success, this command returns::
endif::doctype-manpage[]
* ename:VK_SUCCESS
ifndef::doctype-manpage[]
<<fundamentals-errorcodes,Failure>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On failure, this command returns::
endif::doctype-manpage[]
* ename:VK_ERROR_OUT_OF_HOST_MEMORY
* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY
****