Skip to content

Commit

Permalink
Merge pull request flutter#61 from philiptaylor/copy-image-to-buffer
Browse files Browse the repository at this point in the history
vkCmdCopyImageToBuffer: Fix description
  • Loading branch information
oddhack committed Feb 27, 2016
2 parents 955878b + 79295fb commit 5a9e117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/vulkan/chapters/copies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

Expand Down

0 comments on commit 5a9e117

Please sign in to comment.