1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkCreatePipelineCache,vkCreatePipelineCache]] 3[source,c++] 4---- 5VkResult vkCreatePipelineCache( 6 VkDevice device, 7 const VkPipelineCacheCreateInfo* pCreateInfo, 8 const VkAllocationCallbacks* pAllocator, 9 VkPipelineCache* pPipelineCache); 10---- 11