Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
VkImageViewCreateInfo Struct Reference

#include <vulkan.h>

+ Collaboration diagram for VkImageViewCreateInfo:

Public Attributes

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

Detailed Description

Definition at line 1956 of file vulkan.h.

Member Data Documentation

◆ components

VkComponentMapping VkImageViewCreateInfo::components

Definition at line 1963 of file vulkan.h.

◆ flags

VkImageViewCreateFlags VkImageViewCreateInfo::flags

Definition at line 1959 of file vulkan.h.

◆ format

VkFormat VkImageViewCreateInfo::format

Definition at line 1962 of file vulkan.h.

◆ image

VkImage VkImageViewCreateInfo::image

Definition at line 1960 of file vulkan.h.

◆ pNext

const void* VkImageViewCreateInfo::pNext

Definition at line 1958 of file vulkan.h.

◆ sType

VkStructureType VkImageViewCreateInfo::sType

Definition at line 1957 of file vulkan.h.

◆ subresourceRange

VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange

Definition at line 1964 of file vulkan.h.

◆ viewType

VkImageViewType VkImageViewCreateInfo::viewType

Definition at line 1961 of file vulkan.h.


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