SDL 2.0
VkImageViewCreateInfo Struct Reference

#include <vulkan_core.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 2257 of file vulkan_core.h.

Field Documentation

◆ components

VkComponentMapping VkImageViewCreateInfo::components

Definition at line 2264 of file vulkan_core.h.

◆ flags

VkImageViewCreateFlags VkImageViewCreateInfo::flags

Definition at line 2260 of file vulkan_core.h.

◆ format

VkFormat VkImageViewCreateInfo::format

Definition at line 2263 of file vulkan_core.h.

◆ image

VkImage VkImageViewCreateInfo::image

Definition at line 2261 of file vulkan_core.h.

◆ pNext

const void* VkImageViewCreateInfo::pNext

Definition at line 2259 of file vulkan_core.h.

◆ sType

VkStructureType VkImageViewCreateInfo::sType

Definition at line 2258 of file vulkan_core.h.

◆ subresourceRange

VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange

Definition at line 2265 of file vulkan_core.h.

◆ viewType

VkImageViewType VkImageViewCreateInfo::viewType

Definition at line 2262 of file vulkan_core.h.


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