17 lines
607 B
Plaintext
17 lines
607 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkFramebufferCreateInfo,VkFramebufferCreateInfo]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkFramebufferCreateInfo {
|
|
VkStructureType sType;
|
|
const void* pNext;
|
|
VkFramebufferCreateFlags flags;
|
|
VkRenderPass renderPass;
|
|
uint32_t attachmentCount;
|
|
const VkImageView* pAttachments;
|
|
uint32_t width;
|
|
uint32_t height;
|
|
uint32_t layers;
|
|
} VkFramebufferCreateInfo;
|
|
----
|