layers: Verify memory is bound to images used to update descriptors
authorTobin Ehlis <tobine@google.com>
Wed, 21 Sep 2016 15:19:15 +0000 (09:19 -0600)
committerTobin Ehlis <tobine@google.com>
Thu, 22 Sep 2016 13:55:28 +0000 (07:55 -0600)
commit8fd42fd0e53f0ce2fc6a5bbecc2ec3ba4730a00e
treecf2d86ca4c5bf477e8f780415d3c724c293ff68c
parent12d5600c2f9e32343016fd944432ba95df370797
layers: Verify memory is bound to images used to update descriptors

Fixes #663

For vkUpdateDescriptorSets() calls that include an image, verify that memory is bound to the image.
layers/core_validation_types.h
layers/descriptor_sets.cpp