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