KhronosGroup / KhronosGroup/Vulkan-Docs
Clarification needed for VUID-vkCmdDrawMultiEXT-drawCount-04935 and VUID-vkCmdDrawMultiIndexedEXT-drawCount-04940
Open
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 549
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 2
Description
These VUIDs say that the `pVertexInfo` / `pIndexInfo` must point to one or more valid instances of `VkMultiDrawInfoEXT` / `VkMultiDrawIndexedInfoEXT`. It seems to me that this was copied from the corresponding non-multi draw commands and that the stride was forgotten about. I think it would be best to clarify that the coresponding structs must be `stride` bytes apart in the array.
Contributor guide
Assessment
This issue has not been assessed yet.