drawing.txt: fix function name. fixes #11
This commit is contained in:
parent
7e195e846e
commit
7cd933d561
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue