unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkFramebufferCreateInfo.txt

17 lines
607 B
Plaintext
Raw Normal View History

// 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;
----