layers:Remove redundant check
authorTobin Ehlis <tobine@google.com>
Wed, 4 Jan 2017 15:23:39 +0000 (08:23 -0700)
committerTobin Ehlis <tobine@google.com>
Wed, 4 Jan 2017 22:05:18 +0000 (15:05 -0700)
commit22bdeadc8cf005bdd470c535d160ade123f01854
tree673b693daa0674ca613877f984420ca279d62581
parent6c47d2fb4ff797b39ce80ff3d6e8057734523827
layers:Remove redundant check

Core_validation has a shared to check to verify image layout for both
vkCmdClearColorImage() and vkCmdClearDepthStencilImage(). Removing the
same check for color images from image layer.
layers/image.cpp