// Copyright 2019-2021 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

// Common Valid Usage
// Common to indirect drawing commands with a pname:drawCount parameter
  * [[VUID-{refpage}-drawCount-02718]]
    If the <<features-multiDrawIndirect,multi-draw indirect>> feature is not
    enabled, pname:drawCount must: be `0` or `1`
  * [[VUID-{refpage}-drawCount-02719]]
    pname:drawCount must: be less than or equal to
    sname:VkPhysicalDeviceLimits::pname:maxDrawIndirectCount
// Common Valid Usage
