HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkImageViewCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Detailed Description

Definition at line 3392 of file vulkan_core.h.

Member Data Documentation

VkComponentMapping VkImageViewCreateInfo::components

Definition at line 3399 of file vulkan_core.h.

VkImageViewCreateFlags VkImageViewCreateInfo::flags

Definition at line 3395 of file vulkan_core.h.

VkFormat VkImageViewCreateInfo::format

Definition at line 3398 of file vulkan_core.h.

VkImage VkImageViewCreateInfo::image

Definition at line 3396 of file vulkan_core.h.

const void* VkImageViewCreateInfo::pNext

Definition at line 3394 of file vulkan_core.h.

VkStructureType VkImageViewCreateInfo::sType

Definition at line 3393 of file vulkan_core.h.

VkImageSubresourceRange VkImageViewCreateInfo::subresourceRange

Definition at line 3400 of file vulkan_core.h.

VkImageViewType VkImageViewCreateInfo::viewType

Definition at line 3397 of file vulkan_core.h.


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