|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkImageViewCreateInfo:Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkImageViewCreateFlags | flags |
| VkImage | image |
| VkImageViewType | viewType |
| VkFormat | format |
| VkComponentMapping | components |
| VkImageSubresourceRange | subresourceRange |
Definition at line 2594 of file vulkan_core.h.
| VkComponentMapping VkImageViewCreateInfo::components |
Definition at line 2601 of file vulkan_core.h.
| VkImageViewCreateFlags VkImageViewCreateInfo::flags |
Definition at line 2597 of file vulkan_core.h.
| VkFormat VkImageViewCreateInfo::format |
Definition at line 2600 of file vulkan_core.h.
| VkImage VkImageViewCreateInfo::image |
Definition at line 2598 of file vulkan_core.h.
| const void* VkImageViewCreateInfo::pNext |
Definition at line 2596 of file vulkan_core.h.
| VkStructureType VkImageViewCreateInfo::sType |
Definition at line 2595 of file vulkan_core.h.
| VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange |
Definition at line 2602 of file vulkan_core.h.
| VkImageViewType VkImageViewCreateInfo::viewType |
Definition at line 2599 of file vulkan_core.h.