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