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);
  • device is the logical device that owns the image view.
  • pInfo describes the image view to query and type of handle.

Valid Usage (Implicit)