blob: af71a40e448e29bb989efc69b1d7d8714d2f84b3 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkCreateGraphicsPipelines-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkCreateGraphicsPipelines-pipelineCache-parameter]] If pname:pipelineCache is not dlink:VK_NULL_HANDLE, pname:pipelineCache must: be a valid sname:VkPipelineCache handle
* [[VUID-vkCreateGraphicsPipelines-pCreateInfos-parameter]] pname:pCreateInfos must: be a valid pointer to an array of pname:createInfoCount valid sname:VkGraphicsPipelineCreateInfo structures
* [[VUID-vkCreateGraphicsPipelines-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocator must: be a valid pointer to a valid sname:VkAllocationCallbacks structure
* [[VUID-vkCreateGraphicsPipelines-pPipelines-parameter]] pname:pPipelines must: be a valid pointer to an array of pname:createInfoCount sname:VkPipeline handles
* [[VUID-vkCreateGraphicsPipelines-createInfoCount-arraylength]] pname:createInfoCount must: be greater than `0`
* [[VUID-vkCreateGraphicsPipelines-pipelineCache-parent]] If pname:pipelineCache is a valid handle, it must: have been created, allocated, or retrieved from pname:device
****
.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
****