From fcb46f4f57ebf582b90b831d14790ebad39dde71 Mon Sep 17 00:00:00 2001 From: Philip Taylor Date: Mon, 22 Feb 2016 22:03:31 +0000 Subject: [PATCH] vkCmdResolveImage: Fix references to blitting --- doc/specs/vulkan/chapters/copies.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/specs/vulkan/chapters/copies.txt b/doc/specs/vulkan/chapters/copies.txt index a896d0f4..487294fb 100644 --- a/doc/specs/vulkan/chapters/copies.txt +++ b/doc/specs/vulkan/chapters/copies.txt @@ -470,11 +470,11 @@ include::../protos/vkCmdResolveImage.txt[] recorded. * pname:srcImage is the source image. * pname:srcImageLayout is the layout of the source image subresources for - the blit. + the resolve. * pname:dstImage is the destination image. * pname:dstImageLayout is the layout of the destination image subresources - for the blit. - * pname:regionCount is the number of regions to blit. + for the resolve. + * pname:regionCount is the number of regions to resolve. * pname:pRegions is a pointer to an array of slink:VkImageResolve structures specifying the regions to resolve. @@ -516,4 +516,4 @@ pname:height and pname:depth. Resolves are done layer by layer starting with pname:baseArrayLayer member of pname:srcSubresource for the source and pname:dstSubresource for the -destination. pname:layerCount layers are blitted to the destination image. +destination. pname:layerCount layers are resolved to the destination image.