Merge branch '238-fix-compressed-sliced-3d' into 'master'
authorPyry Haulos <phaulos@google.com>
Fri, 22 Jan 2016 22:44:30 +0000 (17:44 -0500)
committerPyry Haulos <phaulos@google.com>
Fri, 22 Jan 2016 22:44:30 +0000 (17:44 -0500)
commit3d519f37eb68212e3f2902dfd45a20fab91e61da
tree7b3fdf007908f247086c035f1aa7731a78afa56b
parentf5241207053f301c55b0fb7a7248a6956087da34
parent73d1b62ab9f3fea5cf26e8d80763bf150de6319b
Merge branch '238-fix-compressed-sliced-3d' into 'master'

Check for sliced 3D compressed texture support in pipeline.{image,image_view,sampler} tests

This MR also enables sliced 3D ASTC cases as some implementations may support that. There are no real 3D ASTC formats in core Vulkan currently.

See merge request !374