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