From 5cf880295c25890482fc80ff4995c0cb367deda5 Mon Sep 17 00:00:00 2001 From: MarkCallow Date: Tue, 28 Aug 2018 16:20:04 -0700 Subject: [PATCH] Specify the units of buffer{RowLength,imageHeight}. Issue 752. --- chapters/copies.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chapters/copies.txt b/chapters/copies.txt index 9932c3ad..bf41cf86 100644 --- a/chapters/copies.txt +++ b/chapters/copies.txt @@ -1068,11 +1068,11 @@ include::../api/structs/VkBufferImageCopy.txt[] * pname:bufferOffset is the offset in bytes from the start of the buffer object where the image data is copied from or to. - * pname:bufferRowLength and pname:bufferImageHeight specify the data in - buffer memory as a subregion of a larger two- or three-dimensional - image, and control the addressing calculations of data in buffer memory. - If either of these values is zero, that aspect of the buffer memory is - considered to be tightly packed according to the pname:imageExtent. + * pname:bufferRowLength and pname:bufferImageHeight specify in texels + a subregion of a larger two- or three-dimensional image in + buffer memory, and control the addressing calculations. If + either of these values is zero, that aspect of the buffer memory + is considered to be tightly packed according to the pname:imageExtent. * pname:imageSubresource is a slink:VkImageSubresourceLayers used to specify the specific image subresources of the image used for the source or destination image data.