Function Prototype
vkGetImageViewHandleNVX
Get the handle for an image view for a specific descriptor type
To get the handle for an image view, call:
uint32_t vkGetImageViewHandleNVX(
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)
VUID-vkGetImageViewHandleNVX-device-parameter
device
must be a valid VkDevice handle
VUID-vkGetImageViewHandleNVX-pInfo-parameter
pInfo
must be a valid pointer to a valid VkImageViewHandleInfoNVX structure