// Copyright 2019-2021 The Khronos Group Inc. // // SPDX-License-Identifier: CC-BY-4.0 include::{generated}/meta/{refprefix}VK_EXT_host_query_reset.txt[] === Other Extension Metadata *Last Modified Date*:: 2019-03-06 *IP Status*:: No known IP claims. *Interactions and External Dependencies*:: - Promoted to Vulkan 1.2 Core *Contributors*:: - Bas Nieuwenhuizen, Google - Jason Ekstrand, Intel - Jeff Bolz, NVIDIA - Piers Daniell, NVIDIA === Description This extension adds a new function to reset queries from the host. === Promotion to Vulkan 1.2 All functionality in this extension is included in core Vulkan 1.2, with the EXT suffix omitted. The original type, enum and command names are still available as aliases of the core functionality. include::{generated}/interfaces/VK_EXT_host_query_reset.txt[] === Version History * Revision 1, 2019-03-12 (Bas Nieuwenhuizen) - Initial draft