From 853fd6d7c5d48991d207a037600befc19a0b7e47 Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Wed, 23 Aug 2017 23:32:11 +0200 Subject: [PATCH] Fix vkCmdDraw*AMD minor text bugs fixes #360 and #364 --- doc/specs/vulkan/chapters/drawing.txt | 6 +++--- doc/specs/vulkan/chapters/pipelines.txt | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/specs/vulkan/chapters/drawing.txt b/doc/specs/vulkan/chapters/drawing.txt index 31afbffd..76da2f4e 100644 --- a/doc/specs/vulkan/chapters/drawing.txt +++ b/doc/specs/vulkan/chapters/drawing.txt @@ -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. diff --git a/doc/specs/vulkan/chapters/pipelines.txt b/doc/specs/vulkan/chapters/pipelines.txt index 4dc2e3f4..5d8978be 100644 --- a/doc/specs/vulkan/chapters/pipelines.txt +++ b/doc/specs/vulkan/chapters/pipelines.txt @@ -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 <>. No other commands are affected by the pipeline state. .Valid Usage