Function Prototype
vkGetImageViewHandle64NVX
Get the 64-bit handle for an image view for a specific descriptor type
To get the 64-bit handle for an image view, call:
uint64_t vkGetImageViewHandle64NVX(
VkDevice device,
const VkImageViewHandleInfoNVX* pInfo);
deviceis the logical device that owns the image view.pInfodescribes the image view to query and type of handle.
Valid Usage (Implicit)
VUID-vkGetImageViewHandle64NVX-device-parameter
device must be a valid VkDevice handle
VUID-vkGetImageViewHandle64NVX-pInfo-parameter
pInfo must be a valid pointer to a valid VkImageViewHandleInfoNVX structure