1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2.Valid Usage (Implicit) 3**** 4* [[VUID-vkCreateGraphicsPipelines-device-parameter]] pname:device must: be a valid sname:VkDevice handle 5* [[VUID-vkCreateGraphicsPipelines-pipelineCache-parameter]] If pname:pipelineCache is not dlink:VK_NULL_HANDLE, pname:pipelineCache must: be a valid sname:VkPipelineCache handle 6* [[VUID-vkCreateGraphicsPipelines-pCreateInfos-parameter]] pname:pCreateInfos must: be a valid pointer to an array of pname:createInfoCount valid sname:VkGraphicsPipelineCreateInfo structures 7* [[VUID-vkCreateGraphicsPipelines-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocator must: be a valid pointer to a valid sname:VkAllocationCallbacks structure 8* [[VUID-vkCreateGraphicsPipelines-pPipelines-parameter]] pname:pPipelines must: be a valid pointer to an array of pname:createInfoCount sname:VkPipeline handles 9* [[VUID-vkCreateGraphicsPipelines-createInfoCount-arraylength]] pname:createInfoCount must: be greater than `0` 10* [[VUID-vkCreateGraphicsPipelines-pipelineCache-parent]] If pname:pipelineCache is a valid handle, it must: have been created, allocated, or retrieved from pname:device 11**** 12 13.Return Codes 14**** 15ifndef::doctype-manpage[] 16<<fundamentals-successcodes,Success>>:: 17endif::doctype-manpage[] 18ifdef::doctype-manpage[] 19On success, this command returns:: 20endif::doctype-manpage[] 21* ename:VK_SUCCESS 22ifndef::doctype-manpage[] 23<<fundamentals-errorcodes,Failure>>:: 24endif::doctype-manpage[] 25ifdef::doctype-manpage[] 26On failure, this command returns:: 27endif::doctype-manpage[] 28* ename:VK_ERROR_OUT_OF_HOST_MEMORY 29* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY 30**** 31 32