Vulkan-Docs/doc/specs/vulkan/man/VkDrawIndexedIndirectComman...

62 lines
1.6 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/
VkDrawIndexedIndirectCommand(3)
===============================
Name
----
VkDrawIndexedIndirectCommand - Structure specifying a draw indexed indirect command
C Specification
---------------
// refBegin VkDrawIndexedIndirectCommand - Structure specifying a draw indexed indirect command
The sname:VkDrawIndexedIndirectCommand structure is defined as:
include::../api/structs/VkDrawIndexedIndirectCommand.txt[]
Members
-------
* pname:indexCount is the number of vertices to draw.
* pname:instanceCount is the number of instances to draw.
* pname:firstIndex is the base index within the index buffer.
* pname:vertexOffset is the value added to the vertex index before indexing
into the vertex buffer.
* pname:firstInstance is the instance ID of the first instance to draw.
Description
-----------
The members of sname:VkDrawIndexedIndirectCommand have the same meaning as
the similarly named parameters of flink:vkCmdDrawIndexed.
include::../validity/structs/VkDrawIndexedIndirectCommand.txt[]
// refEnd VkDrawIndexedIndirectCommand vkCmdDrawIndexedIndirect
See Also
--------
flink:vkCmdDrawIndexedIndirect
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkDrawIndexedIndirectCommand
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]