1// Copyright 2019-2023 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5// Common Valid Usage
6// Common to indirect drawing commands with a pname:drawCount parameter
7  * [[VUID-{refpage}-drawCount-02718]]
8    If the <<features-multiDrawIndirect, pname:multiDrawIndirect>> feature
9    is not enabled, pname:drawCount must: be `0` or `1`
10  * [[VUID-{refpage}-drawCount-02719]]
11    pname:drawCount must: be less than or equal to
12    sname:VkPhysicalDeviceLimits::pname:maxDrawIndirectCount
13// Common Valid Usage
14