Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkImageCreateFlags | flags |
VkImageUsageFlags | usage |
uint32_t | width |
uint32_t | height |
uint32_t | layerCount |
uint32_t | viewFormatCount |
const VkFormat * | pViewFormats |
Definition at line 6317 of file vulkan_core.h.
VkImageCreateFlags VkFramebufferAttachmentImageInfo::flags |
Definition at line 6320 of file vulkan_core.h.
uint32_t VkFramebufferAttachmentImageInfo::height |
Definition at line 6323 of file vulkan_core.h.
uint32_t VkFramebufferAttachmentImageInfo::layerCount |
Definition at line 6324 of file vulkan_core.h.
const void* VkFramebufferAttachmentImageInfo::pNext |
Definition at line 6319 of file vulkan_core.h.
const VkFormat* VkFramebufferAttachmentImageInfo::pViewFormats |
Definition at line 6326 of file vulkan_core.h.
VkStructureType VkFramebufferAttachmentImageInfo::sType |
Definition at line 6318 of file vulkan_core.h.
VkImageUsageFlags VkFramebufferAttachmentImageInfo::usage |
Definition at line 6321 of file vulkan_core.h.
uint32_t VkFramebufferAttachmentImageInfo::viewFormatCount |
Definition at line 6325 of file vulkan_core.h.
uint32_t VkFramebufferAttachmentImageInfo::width |
Definition at line 6322 of file vulkan_core.h.