11 lines
430 B
Plaintext
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);
|
||
|
|
----
|