Merge pull request #61 from philiptaylor/copy-image-to-buffer

vkCmdCopyImageToBuffer: Fix description
This commit is contained in:
Jon Leech 2016-02-27 12:53:47 -08:00
commit 5a9e1177b7
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ include::../protos/vkCmdCopyImageToBuffer.txt[]
structures specifying the regions to copy. structures specifying the regions to copy.
Each region in pname:pRegions is copied from the specified region of the Each region in pname:pRegions is copied from the specified region of the
source buffer to the specified region of the destination image. source image to the specified region of the destination buffer.
include::../validity/protos/vkCmdCopyImageToBuffer.txt[] include::../validity/protos/vkCmdCopyImageToBuffer.txt[]