Skip to content

Commit 7cd933d

Browse files
committed
drawing.txt: fix function name. fixes flutter#11
1 parent 7e195e8 commit 7cd933d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/vulkan/chapters/drawing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Drawing commands fall roughly into two categories:
362362
commands present a sequential code:vertexIndex to the vertex shader. The
363363
sequential index is generated automatically by the device.
364364
* Indexed drawing commands (fname:vkCmdDrawIndexed and
365-
fname:vkCmdDrawIndexed) read index values from an _index buffer_ and use
365+
fname:vkCmdDrawIndexedIndirect) read index values from an _index buffer_ and use
366366
this to compute the code:vertexIndex value for the vertex shader.
367367

368368
An index buffer is bound to a command buffer by calling:

0 commit comments

Comments
 (0)