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