Merge branch 'validation_fix_glsl' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Mon, 25 Apr 2016 15:43:27 +0000 (15:43 +0000)
committerPyry Haulos <phaulos@google.com>
Mon, 25 Apr 2016 15:43:27 +0000 (15:43 +0000)
Validation fixes for dEQP-VK.glsl

- Use uint type for booleans to match attribute format
- Don't bind descriptor set when it's not updated
- Use correct number of vertex input bindings
- Use correct color attachment format and layout
- Use correct access flags and layout in image barriers

Validation fixes are tracked in #357

See merge request !530


Trivial merge