Merge pull request #60 from philiptaylor/resolve-image

vkCmdResolveImage: Fix references to blitting
This commit is contained in:
Jon Leech 2016-02-27 12:54:20 -08:00
commit cc5744f238

View File

@ -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.