RetroArch
Public Attributes | List of all members
VkImageViewCreateInfo Struct Reference

#include <vulkan_core.h>

Collaboration diagram for VkImageViewCreateInfo:
[legend]

Public Attributes

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

Member Data Documentation

◆ components

VkComponentMapping VkImageViewCreateInfo::components

◆ flags

VkImageViewCreateFlags VkImageViewCreateInfo::flags

◆ format

VkFormat VkImageViewCreateInfo::format

◆ image

VkImage VkImageViewCreateInfo::image

◆ pNext

const void* VkImageViewCreateInfo::pNext

◆ sType

VkStructureType VkImageViewCreateInfo::sType

◆ subresourceRange

VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange

◆ viewType

VkImageViewType VkImageViewCreateInfo::viewType

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