Merge branch '308-fix-opaque-type-indexing-array-descriptors' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Mon, 7 Mar 2016 23:20:13 +0000 (18:20 -0500)
committerPyry Haulos <phaulos@google.com>
Mon, 7 Mar 2016 23:20:13 +0000 (18:20 -0500)
commitba6993a5f02607b78799e032172ebb2c1ddd6b78
treedf01607a074fcb62aed34827d3b216bfa2de0c9f
parentd87c6c1211364d1ce45f6bbb3e7949abca812a7b
parenteaefe2bec0ae145a8b56641dacfce740dfa89a09
Merge branch '308-fix-opaque-type-indexing-array-descriptors' into 'vulkan-cts-1.0'

ShaderExecutor: use descriptor arrays when uniform/buffer arrays are used in the…

… shader code. Another partial solution to #308.

See merge request !455