Structures
VkImageViewCaptureDescriptorDataInfoEXT
Structure specifying an image view for descriptor capture
Information about the image view to get descriptor buffer capture data for
is passed in a VkImageViewCaptureDescriptorDataInfoEXT structure:
typedef struct VkImageViewCaptureDescriptorDataInfoEXT {
VkStructureType sType;
const void* pNext;
VkImageView imageView;
} VkImageViewCaptureDescriptorDataInfoEXT;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.imageViewis theVkImageViewhandle of the image view to get opaque capture data for.
Valid Usage
VUID-VkImageViewCaptureDescriptorDataInfoEXT-imageView-08083
imageView must have been created with
VK_IMAGE_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT set
in VkImageViewCreateInfo::flags
Valid Usage (Implicit)
VUID-VkImageViewCaptureDescriptorDataInfoEXT-sType-sType
sType must be VK_STRUCTURE_TYPE_IMAGE_VIEW_CAPTURE_DESCRIPTOR_DATA_INFO_EXT
VUID-VkImageViewCaptureDescriptorDataInfoEXT-pNext-pNext
pNext must be NULL
VUID-VkImageViewCaptureDescriptorDataInfoEXT-imageView-parameter
imageView must be a valid VkImageView handle