Halide 19.0.0
Halide compiler and libraries
|
#include <mini_vulkan.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkImageViewCreateFlags | flags |
VkImage | image |
VkImageViewType | viewType |
VkFormat | format |
VkComponentMapping | components |
VkImageSubresourceRange | subresourceRange |
Definition at line 1922 of file mini_vulkan.h.
VkStructureType VkImageViewCreateInfo::sType |
Definition at line 1923 of file mini_vulkan.h.
const void* VkImageViewCreateInfo::pNext |
Definition at line 1924 of file mini_vulkan.h.
VkImageViewCreateFlags VkImageViewCreateInfo::flags |
Definition at line 1925 of file mini_vulkan.h.
VkImage VkImageViewCreateInfo::image |
Definition at line 1926 of file mini_vulkan.h.
VkImageViewType VkImageViewCreateInfo::viewType |
Definition at line 1927 of file mini_vulkan.h.
VkFormat VkImageViewCreateInfo::format |
Definition at line 1928 of file mini_vulkan.h.
VkComponentMapping VkImageViewCreateInfo::components |
Definition at line 1929 of file mini_vulkan.h.
VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange |
Definition at line 1930 of file mini_vulkan.h.