Merge pull request #549 from krOoze/fix_amd_draw_desc

Fix vkCmdDraw*AMD text bugs
This commit is contained in:
Jon Leech 2017-10-12 15:36:50 -07:00 committed by GitHub
commit 74432fcf82
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
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
execution.
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
parameters.
fname:vkCmdDrawIndexedIndirectCountAMD behaves similar to
flink:vkCmdDrawIndirectCountAMD except that the draw count is read by the
fname:vkCmdDrawIndexedIndirectCountAMD behaves similarly to
flink:vkCmdDrawIndexedIndirect except that the draw count is read by the
device from a buffer during execution.
The command will read an unsigned 32-bit integer from pname:countBuffer
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
behavior of flink:vkCmdDispatch and flink:vkCmdDispatchIndirect.
The pipeline bound to ename:VK_PIPELINE_BIND_POINT_GRAPHICS controls the
behavior of flink:vkCmdDraw, flink:vkCmdDrawIndexed,
flink:vkCmdDrawIndirect, and flink:vkCmdDrawIndexedIndirect.
behavior of all <<drawing, drawing commands>>.
No other commands are affected by the pipeline state.
.Valid Usage