Merge branch '308-fix-ssbo-array-descriptors' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Thu, 25 Feb 2016 18:18:25 +0000 (13:18 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 25 Feb 2016 18:18:25 +0000 (13:18 -0500)
commit6321d9ec48c0793aa6de3eb462205657995b5849
tree59ba3ed8517d207ae175c49f10112438c879da39
parentf47d6be2405a9d77bfd42720c366af4617521885
parent82679917a60b99f4ea6ed42f67de68cbb3a844bb
Merge branch '308-fix-ssbo-array-descriptors' into 'vulkan-cts-1.0'

Fix ssbo array descriptors

This is a partial solution to #308.  It fixes the ssbo tests to properly use array descriptors.

See merge request !443