Halide
VkImageViewCreateInfo Struct Reference

#include <mini_vulkan.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImageViewCreateFlags flags
 
VkImage image
 
VkImageViewType viewType
 
VkFormat format
 
VkComponentMapping components
 
VkImageSubresourceRange subresourceRange
 

Detailed Description

Definition at line 1922 of file mini_vulkan.h.

Member Data Documentation

◆ sType

VkStructureType VkImageViewCreateInfo::sType

Definition at line 1923 of file mini_vulkan.h.

◆ pNext

const void* VkImageViewCreateInfo::pNext

Definition at line 1924 of file mini_vulkan.h.

◆ flags

VkImageViewCreateFlags VkImageViewCreateInfo::flags

Definition at line 1925 of file mini_vulkan.h.

◆ image

VkImage VkImageViewCreateInfo::image

Definition at line 1926 of file mini_vulkan.h.

◆ viewType

VkImageViewType VkImageViewCreateInfo::viewType

Definition at line 1927 of file mini_vulkan.h.

◆ format

VkFormat VkImageViewCreateInfo::format

Definition at line 1928 of file mini_vulkan.h.

◆ components

VkComponentMapping VkImageViewCreateInfo::components

Definition at line 1929 of file mini_vulkan.h.

◆ subresourceRange

VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange

Definition at line 1930 of file mini_vulkan.h.


The documentation for this struct was generated from the following file: