Structures

VkImageViewAddressPropertiesNVX

Structure specifying the image view for handle queries

The VkImageViewAddressPropertiesNVX structure is defined as:

typedef struct VkImageViewAddressPropertiesNVX {
    VkStructureType sType;
    void* pNext;
    VkDeviceAddress deviceAddress;
    VkDeviceSize size;
} VkImageViewAddressPropertiesNVX;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • deviceAddress is the device address of the image view.
  • size is the size in bytes of the image view device memory.

Valid Usage (Implicit)

VUID-VkImageViewAddressPropertiesNVX-sType-sType

sType must be VK_STRUCTURE_TYPE_IMAGE_VIEW_ADDRESS_PROPERTIES_NVX