Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkImageViewCreateFlags | flags |
VkImage | image |
VkImageViewType | viewType |
VkFormat | format |
VkComponentMapping | components |
VkImageSubresourceRange | subresourceRange |
Definition at line 3466 of file vulkan_core.h.
VkComponentMapping VkImageViewCreateInfo::components |
Definition at line 3473 of file vulkan_core.h.
VkImageViewCreateFlags VkImageViewCreateInfo::flags |
Definition at line 3469 of file vulkan_core.h.
VkFormat VkImageViewCreateInfo::format |
Definition at line 3472 of file vulkan_core.h.
VkImage VkImageViewCreateInfo::image |
Definition at line 3470 of file vulkan_core.h.
const void* VkImageViewCreateInfo::pNext |
Definition at line 3468 of file vulkan_core.h.
VkStructureType VkImageViewCreateInfo::sType |
Definition at line 3467 of file vulkan_core.h.
VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange |
Definition at line 3474 of file vulkan_core.h.
VkImageViewType VkImageViewCreateInfo::viewType |
Definition at line 3471 of file vulkan_core.h.