1// Copyright (c) 2018-2020 NVIDIA Corporation 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_NVX_image_view_handle.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2020-04-03 11*Contributors*:: 12 - Eric Werness, NVIDIA 13 - Jeff Bolz, NVIDIA 14 - Daniel Koch, NVIDIA 15 16=== Description 17 18This extension allows applications to query an opaque handle from an image 19view for use as a sampled image or storage image. 20This provides no direct functionality itself. 21 22include::{generated}/interfaces/VK_NVX_image_view_handle.adoc[] 23 24=== Version History 25 26 * Revision 2, 2020-04-03 (Piers Daniell) 27 ** Add flink:vkGetImageViewAddressNVX 28 29 * Revision 1, 2018-12-07 (Eric Werness) 30 ** Internal revisions 31