layers: LX273, Fix accessMask validation for depth/stencil input attachments
authorMark Lobodzinski <mark@lunarg.com>
Tue, 12 Jan 2016 20:18:44 +0000 (13:18 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Tue, 12 Jan 2016 21:06:21 +0000 (14:06 -0700)
commit0b97881760cda3830a0aee449050ccd17a16c4b1
tree210a17a6d4c12dd5c09a17e63dbb8f65ada58f26
parent10f33c4ae930b5faae28c4909a81686af48477eb
layers: LX273, Fix accessMask validation for depth/stencil input attachments

When using an imageView of a depth/stencil image to populate a descriptor set,
the aspectMask must only include one bit and selects whether the imageView is
used for depth reads or stencil reads.
layers/image.cpp