#include <vulkan_core.h>
Public Attributes | |
VkComponentMapping | components |
VkImageViewCreateFlags | flags |
VkFormat | format |
VkImage | image |
const void * | pNext |
VkStructureType | sType |
VkImageSubresourceRange | subresourceRange |
VkImageViewType | viewType |
Definition at line 2121 of file vulkan_core.h.
VkComponentMapping VkImageViewCreateInfo::components |
Definition at line 2128 of file vulkan_core.h.
VkImageViewCreateFlags VkImageViewCreateInfo::flags |
Definition at line 2124 of file vulkan_core.h.
VkFormat VkImageViewCreateInfo::format |
Definition at line 2127 of file vulkan_core.h.
VkImage VkImageViewCreateInfo::image |
Definition at line 2125 of file vulkan_core.h.
const void* VkImageViewCreateInfo::pNext |
Definition at line 2123 of file vulkan_core.h.
VkStructureType VkImageViewCreateInfo::sType |
Definition at line 2122 of file vulkan_core.h.
VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange |
Definition at line 2129 of file vulkan_core.h.
VkImageViewType VkImageViewCreateInfo::viewType |
Definition at line 2126 of file vulkan_core.h.