From 79295fbfc4ea2405e4088a7365c8e939761c2f8d Mon Sep 17 00:00:00 2001 From: Philip Taylor Date: Mon, 22 Feb 2016 22:01:34 +0000 Subject: [PATCH] vkCmdCopyImageToBuffer: Fix description --- doc/specs/vulkan/chapters/copies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/vulkan/chapters/copies.txt b/doc/specs/vulkan/chapters/copies.txt index a896d0f4..e6e3dd13 100644 --- a/doc/specs/vulkan/chapters/copies.txt +++ b/doc/specs/vulkan/chapters/copies.txt @@ -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[]