We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e195e8 commit 7cd933dCopy full SHA for 7cd933d
doc/specs/vulkan/chapters/drawing.txt
@@ -362,7 +362,7 @@ Drawing commands fall roughly into two categories:
362
commands present a sequential code:vertexIndex to the vertex shader. The
363
sequential index is generated automatically by the device.
364
* Indexed drawing commands (fname:vkCmdDrawIndexed and
365
- fname:vkCmdDrawIndexed) read index values from an _index buffer_ and use
+ fname:vkCmdDrawIndexedIndirect) read index values from an _index buffer_ and use
366
this to compute the code:vertexIndex value for the vertex shader.
367
368
An index buffer is bound to a command buffer by calling:
0 commit comments