#include <vulkan_core.h>
Public Attributes | |
| uint32_t | attachmentCount |
| VkFramebufferCreateFlags | flags |
| uint32_t | height |
| uint32_t | layers |
| const VkImageView * | pAttachments |
| const void * | pNext |
| VkRenderPass | renderPass |
| VkStructureType | sType |
| uint32_t | width |
Definition at line 2470 of file vulkan_core.h.
| uint32_t VkFramebufferCreateInfo::attachmentCount |
Definition at line 2475 of file vulkan_core.h.
| VkFramebufferCreateFlags VkFramebufferCreateInfo::flags |
Definition at line 2473 of file vulkan_core.h.
| uint32_t VkFramebufferCreateInfo::height |
Definition at line 2478 of file vulkan_core.h.
| uint32_t VkFramebufferCreateInfo::layers |
Definition at line 2479 of file vulkan_core.h.
| const VkImageView* VkFramebufferCreateInfo::pAttachments |
Definition at line 2476 of file vulkan_core.h.
| const void* VkFramebufferCreateInfo::pNext |
Definition at line 2472 of file vulkan_core.h.
| VkRenderPass VkFramebufferCreateInfo::renderPass |
Definition at line 2474 of file vulkan_core.h.
| VkStructureType VkFramebufferCreateInfo::sType |
Definition at line 2471 of file vulkan_core.h.
| uint32_t VkFramebufferCreateInfo::width |
Definition at line 2477 of file vulkan_core.h.