Structures

VkPhysicalDeviceImageViewImageFormatInfoEXT

Structure for providing image view type

The VkPhysicalDeviceImageViewImageFormatInfoEXT structure is defined as:

typedef struct VkPhysicalDeviceImageViewImageFormatInfoEXT {
    VkStructureType sType;
    void* pNext;
    VkImageViewType imageViewType;
} VkPhysicalDeviceImageViewImageFormatInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • imageViewType is a VkImageViewType value specifying the type of the image view.

Valid Usage (Implicit)

VUID-VkPhysicalDeviceImageViewImageFormatInfoEXT-sType-sType

sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXT