Use VK_IMAGE_USAGE_TRANSFER_SRC_BIT for source image
authorAlexander Galazin <alexander.galazin@arm.com>
Thu, 7 Jul 2016 14:10:04 +0000 (16:10 +0200)
committerPyry Haulos <phaulos@google.com>
Thu, 7 Jul 2016 20:45:02 +0000 (13:45 -0700)
commitf81b2383710a0b4d7f99331773fc8663cd553ced
treefaef38451fbfdf2827a9ac3a1cf61a02ae60493b
parent304cfa10f23de889965ba19223120cf3d65592c0
Use VK_IMAGE_USAGE_TRANSFER_SRC_BIT for source image

The test incorrectly uses VK_IMAGE_USAGE_TRANSFER_DST_BIT for source
images while the spec (section 18.1 says) that
VK_IMAGE_USAGE_TRANSFER_SRC_BIT should be used.

Fixes #424
external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp