Merge branch 'validation_fix_ssbo' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Thu, 12 May 2016 17:47:59 +0000 (17:47 +0000)
committerPyry Haulos <phaulos@google.com>
Thu, 12 May 2016 17:47:59 +0000 (17:47 +0000)
commit94c71d1cff7af485d6c39c882110da1e12510a96
tree5c1076fb9c883734a874d4b70226c04f78633994
parent724f7f3041fba8be2523570212736a0fd6097164
parent517e989710e57ac0008c0ea26bafb67418e52610
Merge branch 'validation_fix_ssbo' into 'vulkan-cts-1.0-dev'

Validation fix for dEQP-VK.ssbo

- Fixed an issue where descriptor set bindings were updated incorrectly (array of descriptors vs a few bindings of a single descriptor).

See #357 for other validation fixes.

See merge request !542