Merge pull request #25 from Vtec234/drawing-naming-fix

drawing.txt: fix function name. fixes #11
This commit is contained in:
Jon Leech 2016-02-19 03:31:12 -08:00
commit 8528df3fdd
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: