Structures
VkPhysicalDeviceImageViewImageFormatInfoEXT
Structure for providing image view type
The VkPhysicalDeviceImageViewImageFormatInfoEXT structure is defined
as:
typedef struct VkPhysicalDeviceImageViewImageFormatInfoEXT {
VkStructureType sType;
void* pNext;
VkImageViewType imageViewType;
} VkPhysicalDeviceImageViewImageFormatInfoEXT;
pub struct PhysicalDeviceImageViewImageFormatInfoEXT {
s_type: vk::StructureType,
p_next: *mut c_void,
image_view_type: vk::ImageViewType,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.imageViewTypeis 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
VUID-VkPhysicalDeviceImageViewImageFormatInfoEXT-imageViewType-parameter
imageViewType must be a valid VkImageViewType value