layers: Add cmd buffer binding for fb images
authorTobin Ehlis <tobine@google.com>
Wed, 7 Sep 2016 02:37:01 +0000 (20:37 -0600)
committerTobin Ehlis <tobine@google.com>
Wed, 7 Sep 2016 15:25:26 +0000 (09:25 -0600)
commitea371fa7c8c57edb4d1436e4570cf54f3fc0463f
treecf4fb02761957706e8eaaaf925996d7ad13d8f3d
parent4d05fbf2126361bbb866bc458fbc5310a558e967
layers: Add cmd buffer binding for fb images

Fixes #915

When binding framebuffer to command buffer, we need to also bind the
underlying images. Then, if images are destroyed, the cmd buffer
will correctly be marked as invalid and an error will be flagged if
an attempt to submit the cmd buffer is made.
layers/core_validation.cpp