layers: GH463 Fix layout compatibility check
authorTobin Ehlis <tobine@google.com>
Mon, 2 May 2016 16:17:07 +0000 (10:17 -0600)
committerTobin Ehlis <tobine@google.com>
Mon, 2 May 2016 16:47:15 +0000 (10:47 -0600)
commite8a09e37794ffb3c93f65e9c4a0e4857a7d3ac7a
treee2a82312fc247217819fdd8c67a732660f51044e
parent581486877ffd5b51ce0e8eefa5b63692aaf6d531
layers: GH463 Fix layout compatibility check

After lh and rh layout descriptorCounts were verified to be the same, the
next check was testing the descriptor count for each binding in the lh binding
against the entire descriptor count for the rh layout. The check should be made
just against the descriptor count for the specific binding we're checking in
the rh layout.
layers/descriptor_sets.h