|
SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkFramebufferCreateFlags | flags |
| VkRenderPass | renderPass |
| uint32_t | attachmentCount |
| const VkImageView * | pAttachments |
| uint32_t | width |
| uint32_t | height |
| uint32_t | layers |
Definition at line 2945 of file vulkan_core.h.
| uint32_t VkFramebufferCreateInfo::attachmentCount |
Definition at line 2950 of file vulkan_core.h.
| VkFramebufferCreateFlags VkFramebufferCreateInfo::flags |
Definition at line 2948 of file vulkan_core.h.
| uint32_t VkFramebufferCreateInfo::height |
Definition at line 2953 of file vulkan_core.h.
| uint32_t VkFramebufferCreateInfo::layers |
Definition at line 2954 of file vulkan_core.h.
| const VkImageView* VkFramebufferCreateInfo::pAttachments |
Definition at line 2951 of file vulkan_core.h.
| const void* VkFramebufferCreateInfo::pNext |
Definition at line 2947 of file vulkan_core.h.
| VkRenderPass VkFramebufferCreateInfo::renderPass |
Definition at line 2949 of file vulkan_core.h.
| VkStructureType VkFramebufferCreateInfo::sType |
Definition at line 2946 of file vulkan_core.h.
| uint32_t VkFramebufferCreateInfo::width |
Definition at line 2952 of file vulkan_core.h.