Merge pull request #781 from MarkCallow/issue752
Specify the units of buffer{RowLength,imageHeight}. Issue 752.
This commit is contained in:
commit
848dd8ed28
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue