SDL  2.0
VkImageViewCreateInfo Struct Reference

#include <vulkan.h>

+ Collaboration diagram for VkImageViewCreateInfo:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkImageViewCreateFlags flags
 
VkImage image
 
VkImageViewType viewType
 
VkFormat format
 
VkComponentMapping components
 
VkImageSubresourceRange subresourceRange
 

Detailed Description

Definition at line 1892 of file vulkan.h.

Field Documentation

VkComponentMapping VkImageViewCreateInfo::components

Definition at line 1899 of file vulkan.h.

VkImageViewCreateFlags VkImageViewCreateInfo::flags

Definition at line 1895 of file vulkan.h.

VkFormat VkImageViewCreateInfo::format

Definition at line 1898 of file vulkan.h.

VkImage VkImageViewCreateInfo::image

Definition at line 1896 of file vulkan.h.

const void* VkImageViewCreateInfo::pNext

Definition at line 1894 of file vulkan.h.

VkStructureType VkImageViewCreateInfo::sType

Definition at line 1893 of file vulkan.h.

VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange

Definition at line 1900 of file vulkan.h.

VkImageViewType VkImageViewCreateInfo::viewType

Definition at line 1897 of file vulkan.h.


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