diff options
Diffstat (limited to 'doc/specs/vulkan/chapters/descriptorsets.txt')
-rw-r--r-- | doc/specs/vulkan/chapters/descriptorsets.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/specs/vulkan/chapters/descriptorsets.txt b/doc/specs/vulkan/chapters/descriptorsets.txt index 302becc..42d0494 100644 --- a/doc/specs/vulkan/chapters/descriptorsets.txt +++ b/doc/specs/vulkan/chapters/descriptorsets.txt @@ -1799,8 +1799,8 @@ structure, as specified below. [[descriptorsets-updates-consecutive, consecutive binding updates]] If the pname:dstBinding has fewer than pname:descriptorCount array elements remaining starting from pname:dstArrayElement, then the remainder will be -used to update the subsequent binding - pname:dstBinding+1 starting at array -element zero. +used to update the subsequent binding - [eq]#pname:dstBinding+1# starting at +array element zero. If a binding has a pname:descriptorCount of zero, it is skipped. This behavior applies recursively, with the update affecting consecutive bindings as needed to update all pname:descriptorCount descriptors. |