Vulkan-Docs/doc/specs/vulkan/man/VkDrawIndirectCommand.txt

60 lines
1.4 KiB
Plaintext

// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
// Creative Commons Attribution 4.0 International License; see
// http://creativecommons.org/licenses/by/4.0/
VkDrawIndirectCommand(3)
========================
Name
----
VkDrawIndirectCommand - Structure specifying a draw indirect command
C Specification
---------------
// refBegin VkDrawIndirectCommand - Structure specifying a draw indirect command
The sname:VkDrawIndirectCommand structure is defined as:
include::../api/structs/VkDrawIndirectCommand.txt[]
Members
-------
* pname:vertexCount is the number of vertices to draw.
* pname:instanceCount is the number of instances to draw.
* pname:firstVertex is the index of the first vertex to draw.
* pname:firstInstance is the instance ID of the first instance to draw.
Description
-----------
The members of sname:VkDrawIndirectCommand have the same meaning as the
similarly named parameters of flink:vkCmdDraw.
include::../validity/structs/VkDrawIndirectCommand.txt[]
// refEnd VkDrawIndirectCommand vkCmdDrawIndirect
See Also
--------
flink:vkCmdDrawIndirect
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkDrawIndirectCommand
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]