Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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 3503 of file vulkan_core.h.
VkComponentMapping VkImageViewCreateInfo::components |
Definition at line 3510 of file vulkan_core.h.
VkImageViewCreateFlags VkImageViewCreateInfo::flags |
Definition at line 3506 of file vulkan_core.h.
VkFormat VkImageViewCreateInfo::format |
Definition at line 3509 of file vulkan_core.h.
VkImage VkImageViewCreateInfo::image |
Definition at line 3507 of file vulkan_core.h.
const void* VkImageViewCreateInfo::pNext |
Definition at line 3505 of file vulkan_core.h.
VkStructureType VkImageViewCreateInfo::sType |
Definition at line 3504 of file vulkan_core.h.
VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange |
Definition at line 3511 of file vulkan_core.h.
VkImageViewType VkImageViewCreateInfo::viewType |
Definition at line 3508 of file vulkan_core.h.