blob: 1edfdcb4fe16a286e84d37f0fd450530aff2273f [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreatePipelineCache,vkCreatePipelineCache]]
[source,c++]
----
VkResult vkCreatePipelineCache(
VkDevice device,
const VkPipelineCacheCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkPipelineCache* pPipelineCache);
----