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

11 lines
430 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkMergePipelineCaches,vkMergePipelineCaches]]
[source,c++]
----
VkResult vkMergePipelineCaches(
VkDevice device,
VkPipelineCache dstCache,
uint32_t srcCacheCount,
const VkPipelineCache* pSrcCaches);
----