• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2022-2023 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5// Common Valid Usage
6// Common to vkCmdEndQuery* commands
7  * [[VUID-{refpage}-None-07007]]
8    If called within a subpass of a render pass instance, the corresponding
9    fname:vkCmdBeginQuery* command must: have been called previously within
10    the same subpass
11  * [[VUID-{refpage}-None-07008]]
12    If called outside of a render pass instance, the corresponding
13    fname:vkCmdBeginQuery* command must: have been called outside of a
14    render pass instance
15// Common Valid Usage
16