unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCreatePipelineCache.txt

11 lines
434 B
Plaintext

// 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);
----