commit | 7cf00d464101e4f3ba5baac70485d0e1330e39cb | [log] [tgz] |
---|---|---|
author | Chris Forbes <chrisforbes@google.com> | Fri Apr 29 17:33:03 2016 +1200 |
committer | Tobin Ehlis <tobine@google.com> | Thu May 05 06:42:19 2016 -0600 |
tree | 4ccccddf61214b8d03d96c9d8406b2adaac48b5c | |
parent | a9ad207c5267ab97af9e6091afe48ff6eb8293c7 [diff] |
layers: Consider missing color attachments in validation Previously we'd assumed these were dense. It is however valid to provide VK_ATTACHMENT_UNUSED for a color attachment reference. Signed-off-by: Chris Forbes <chrisforbes@google.com>