1// Copyright 2019-2023 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_NV_low_latency.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2023-02-10 11*Contributors*:: 12 - Charles Hansen, NVIDIA 13 14=== Description 15 16This extension adds the slink:VkQueryLowLatencySupportNV structure, a 17structure used to query support for NVIDIA Reflex. 18 19include::{generated}/interfaces/VK_NV_low_latency.adoc[] 20 21=== Issues 22 231) Why does sname:VkQueryLowLatencySupportNV have output parameters in an 24input chain? 25 26*RESOLVED*: We are stuck with this for legacy reasons - we are aware this is 27bad behavior and this should not be used as a precedent for future 28extensions. 29 30=== Version History 31 32 * Revision 1, 2023-02-10 (Charles Hansen) 33 ** Internal revisions 34