blob: 2cfbd92815a90409d7119ff5208229465854da84 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkCreatePipelineCache-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkCreatePipelineCache-pCreateInfo-parameter]] pname:pCreateInfo must: be a valid pointer to a valid sname:VkPipelineCacheCreateInfo structure
* [[VUID-vkCreatePipelineCache-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocator must: be a valid pointer to a valid sname:VkAllocationCallbacks structure
* [[VUID-vkCreatePipelineCache-pPipelineCache-parameter]] pname:pPipelineCache must: be a valid pointer to a sname:VkPipelineCache handle
****
.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
****