Fix vkCmdDraw*AMD minor text bugs

fixes #360 and #364
This commit is contained in:
Petr Kraus 2017-08-23 23:32:11 +02:00
parent d2d907e4f3
commit 853fd6d7c5
2 changed files with 4 additions and 5 deletions

View File

@ -1086,7 +1086,7 @@ include::../api/protos/vkCmdDrawIndirectCountAMD.txt[]
* pname:stride is the byte stride between successive sets of draw * pname:stride is the byte stride between successive sets of draw
parameters. parameters.
fname:vkCmdDrawIndirectCountAMD behaves similar to flink:vkCmdDrawIndirect fname:vkCmdDrawIndirectCountAMD behaves similarly to flink:vkCmdDrawIndirect
except that the draw count is read by the device from a buffer during except that the draw count is read by the device from a buffer during
execution. execution.
The command will read an unsigned 32-bit integer from pname:countBuffer The command will read an unsigned 32-bit integer from pname:countBuffer
@ -1503,8 +1503,8 @@ include::../api/protos/vkCmdDrawIndexedIndirectCountAMD.txt[]
* pname:stride is the byte stride between successive sets of draw * pname:stride is the byte stride between successive sets of draw
parameters. parameters.
fname:vkCmdDrawIndexedIndirectCountAMD behaves similar to fname:vkCmdDrawIndexedIndirectCountAMD behaves similarly to
flink:vkCmdDrawIndirectCountAMD except that the draw count is read by the flink:vkCmdDrawIndexedIndirect except that the draw count is read by the
device from a buffer during execution. device from a buffer during execution.
The command will read an unsigned 32-bit integer from pname:countBuffer The command will read an unsigned 32-bit integer from pname:countBuffer
located at pname:countBufferOffset and use this as the draw count. located at pname:countBufferOffset and use this as the draw count.

View File

@ -1565,8 +1565,7 @@ bind point.
The pipeline bound to ename:VK_PIPELINE_BIND_POINT_COMPUTE controls the The pipeline bound to ename:VK_PIPELINE_BIND_POINT_COMPUTE controls the
behavior of flink:vkCmdDispatch and flink:vkCmdDispatchIndirect. behavior of flink:vkCmdDispatch and flink:vkCmdDispatchIndirect.
The pipeline bound to ename:VK_PIPELINE_BIND_POINT_GRAPHICS controls the The pipeline bound to ename:VK_PIPELINE_BIND_POINT_GRAPHICS controls the
behavior of flink:vkCmdDraw, flink:vkCmdDrawIndexed, behavior of all <<drawing, drawing commands>>.
flink:vkCmdDrawIndirect, and flink:vkCmdDrawIndexedIndirect.
No other commands are affected by the pipeline state. No other commands are affected by the pipeline state.
.Valid Usage .Valid Usage