Vulkan-Hpp
VkImageViewCreateInfo Struct Reference

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

Member Data Documentation

◆ components

VkComponentMapping VkImageViewCreateInfo::components

Definition at line 3406 of file vulkan_core.h.

◆ flags

VkImageViewCreateFlags VkImageViewCreateInfo::flags

Definition at line 3402 of file vulkan_core.h.

◆ format

VkFormat VkImageViewCreateInfo::format

Definition at line 3405 of file vulkan_core.h.

◆ image

VkImage VkImageViewCreateInfo::image

Definition at line 3403 of file vulkan_core.h.

◆ pNext

const void* VkImageViewCreateInfo::pNext

Definition at line 3401 of file vulkan_core.h.

◆ sType

VkStructureType VkImageViewCreateInfo::sType

Definition at line 3400 of file vulkan_core.h.

◆ subresourceRange

VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange

Definition at line 3407 of file vulkan_core.h.

◆ viewType

VkImageViewType VkImageViewCreateInfo::viewType

Definition at line 3404 of file vulkan_core.h.


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