vkCmdCopyImageToBuffer: Fix description

This commit is contained in:
Philip Taylor 2016-02-22 22:01:34 +00:00
parent 8555ed865c
commit 79295fbfc4

View File

@ -241,7 +241,7 @@ include::../protos/vkCmdCopyImageToBuffer.txt[]
structures specifying the regions to copy.
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[]