10 lines
371 B
Plaintext
10 lines
371 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkDestroyPipelineCache,vkDestroyPipelineCache]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
void vkDestroyPipelineCache(
|
||
|
|
VkDevice device,
|
||
|
|
VkPipelineCache pipelineCache,
|
||
|
|
const VkAllocationCallbacks* pAllocator);
|
||
|
|
----
|