1// Copyright 2019-2024 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_EXT_host_query_reset.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2019-03-06 11*IP Status*:: 12 No known IP claims. 13*Contributors*:: 14 - Bas Nieuwenhuizen, Google 15 - Faith Ekstrand, Intel 16 - Jeff Bolz, NVIDIA 17 - Piers Daniell, NVIDIA 18 19=== Description 20 21This extension adds a new function to reset queries from the host. 22 23=== Promotion to Vulkan 1.2 24 25All functionality in this extension is included in core Vulkan 1.2, with the 26EXT suffix omitted. 27The original type, enum and command names are still available as aliases of 28the core functionality. 29 30include::{generated}/interfaces/VK_EXT_host_query_reset.adoc[] 31 32=== Version History 33 34 * Revision 1, 2019-03-12 (Bas Nieuwenhuizen) 35 ** Initial draft 36