11 lines
422 B
Plaintext
11 lines
422 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[vkCreateRenderPass,vkCreateRenderPass]]
|
|
[source,c++]
|
|
----
|
|
VkResult vkCreateRenderPass(
|
|
VkDevice device,
|
|
const VkRenderPassCreateInfo* pCreateInfo,
|
|
const VkAllocationCallbacks* pAllocator,
|
|
VkRenderPass* pRenderPass);
|
|
----
|