mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-26 04:55:12 +00:00
10 lines
432 B
Plaintext
10 lines
432 B
Plaintext
|
// 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
|