1// Copyright 2023-2024 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5// Common Valid Usage
6// Common to query pool count commands
7
8  * [[VUID-{refpage}-firstQuery-09436]]
9    pname:firstQuery must: be less than the number of queries in
10    pname:queryPool
11  * [[VUID-{refpage}-firstQuery-09437]]
12    The sum of pname:firstQuery and pname:queryCount must: be less than or
13    equal to the number of queries in pname:queryPool
14
15// Common Valid Usage
16