42 lines
900 B
Plaintext
42 lines
900 B
Plaintext
vkMergePipelineCaches(3)
|
|
========================
|
|
|
|
Name
|
|
----
|
|
vkMergePipelineCaches - Combine the data stores of pipeline caches.
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
include::../protos/vkMergePipelineCaches.txt[]
|
|
|
|
Parameters
|
|
----------
|
|
|
|
pname:device::
|
|
A handle to the device that is the parent of the pipeline caches.
|
|
|
|
pname:dstCache::
|
|
The pipeline cache the combined data will be stored into.
|
|
|
|
pname:srcCacheCount::
|
|
The number of pipeline caches in the pSrcCaches array.
|
|
|
|
pname:pSrcCaches::
|
|
An array of pipeline caches to be combined.
|
|
|
|
Description
|
|
-----------
|
|
|
|
This command combines the caches in the pname:pSrcCaches array, storing the
|
|
result in pname:dstCache.
|
|
|
|
include::../validity/protos/vkMergePipelineCaches.txt[]
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkCreatePipelineCache, flink:vkCreateGraphicsPipelines, flink:vkCreateComputePipelines, flink:vkGetPipelineCacheData
|
|
|
|
include::footer.txt[]
|