drawing.txt: fix function name. fixes #11

This commit is contained in:
Wojciech Nawrocki 2016-02-19 12:12:24 +01:00
parent 7e195e846e
commit 7cd933d561
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ Drawing commands fall roughly into two categories:
commands present a sequential code:vertexIndex to the vertex shader. The
sequential index is generated automatically by the device.
* Indexed drawing commands (fname:vkCmdDrawIndexed and
fname:vkCmdDrawIndexed) read index values from an _index buffer_ and use
fname:vkCmdDrawIndexedIndirect) read index values from an _index buffer_ and use
this to compute the code:vertexIndex value for the vertex shader.
An index buffer is bound to a command buffer by calling: