Merge branch '273-vertex-input-stride-fix' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Wed, 3 Feb 2016 18:09:02 +0000 (13:09 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 3 Feb 2016 18:09:02 +0000 (13:09 -0500)
commitb1014287870a8d9a36b3b82e509e5421ef23994e
treeb7a7c880137e0cc28cc9ae3e2b13ab614f18c8e3
parent4d31dc905c1a5bc43c283c0a13506b737874f744
parentcb75a0a995ef7c87e9dd5c7eee42e049de26aaf1
Merge branch '273-vertex-input-stride-fix' into 'vulkan-cts-1.0'

dEQP-VK.pipeline.vertex_input.*: corrected vertex input binding strides.

Consecutive strides did not result in aligned accesses to the vertex
attributes.

See merge request !415