SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkImageViewCreateFlags | flags |
VkImage | image |
VkImageViewType | viewType |
VkFormat | format |
VkComponentMapping | components |
VkImageSubresourceRange | subresourceRange |
Definition at line 2257 of file vulkan_core.h.
VkComponentMapping VkImageViewCreateInfo::components |
Definition at line 2264 of file vulkan_core.h.
VkImageViewCreateFlags VkImageViewCreateInfo::flags |
Definition at line 2260 of file vulkan_core.h.
VkFormat VkImageViewCreateInfo::format |
Definition at line 2263 of file vulkan_core.h.
VkImage VkImageViewCreateInfo::image |
Definition at line 2261 of file vulkan_core.h.
const void* VkImageViewCreateInfo::pNext |
Definition at line 2259 of file vulkan_core.h.
VkStructureType VkImageViewCreateInfo::sType |
Definition at line 2258 of file vulkan_core.h.
VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange |
Definition at line 2265 of file vulkan_core.h.
VkImageViewType VkImageViewCreateInfo::viewType |
Definition at line 2262 of file vulkan_core.h.