parent
d2d907e4f3
commit
853fd6d7c5
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue