Merge branch 'imageLoadStore-reinterpet-test-must-use-mutable-flag' into 'master'
authorPyry Haulos <phaulos@google.com>
Fri, 8 Jan 2016 20:17:23 +0000 (15:17 -0500)
committerPyry Haulos <phaulos@google.com>
Fri, 8 Jan 2016 20:17:23 +0000 (15:17 -0500)
commitd7b9f5602be77c25375d80b8792ccc9858936f01
tree149a988d47630be8abc8d5d66c333e83318d3f82
parent527ab5604bcd64497d20791e2cb2f28f1ec47388
parent9a3b5e4e3d1cca9cc9763cc9650b02816d4cebc6
Merge branch 'imageLoadStore-reinterpet-test-must-use-mutable-flag' into 'master'

dEQP-VK.image.format_reinterpret.* tests must use VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT image FLAG

These test create image views with format different from underlying image. According to spec, such images must be created with VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag

See merge request !211