Function Prototype

vkGetImageViewAddressNVX

Get the device address of an image view

To get the device address for an image view, call:

VkResult vkGetImageViewAddressNVX(
    VkDevice device,
    VkImageView imageView,
    VkImageViewAddressPropertiesNVX* pProperties);
  • device is the logical device that owns the image view.
  • imageView is a handle to the image view.
  • pProperties contains the device address and size when the call returns.

Valid Usage (Implicit)

VUID-vkGetImageViewAddressNVX-imageView-parent

imageView must have been created, allocated, or retrieved from device