Merge branch 'scygan_pipelineVertexInput_64bit_locations' into 'master'
authorPyry Haulos <phaulos@google.com>
Fri, 15 Jan 2016 17:08:00 +0000 (12:08 -0500)
committerPyry Haulos <phaulos@google.com>
Fri, 15 Jan 2016 17:08:00 +0000 (12:08 -0500)
commit0539661c01e33869d92e72c1c1be3dab178d3e8d
tree6851674c82cfe8427d4fcaac3176ad3613f4da86
parent4dd5a5a8f88fd767bde18c3a140078ec21aa10ad
parent50ac1b4ab6d6c6418e617490f47f4faec7061b3f
Merge branch 'scygan_pipelineVertexInput_64bit_locations' into 'master'

pipeline/vktPipelineVertexInputTests: fixed attribute location for double formats

The tests uses 3- and 4-element double (fp64) vertex attributes, but does not provide enough location space for these.

According to spec:
```
 Input attributes which have three- or four-component 64-bit formats will consume two consecutive locations.
```

See merge request !275
external/vulkancts/modules/vulkan/pipeline/vktPipelineVertexInputTests.cpp