Merge branch 'tests-query-pool-optimization' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Tue, 19 Apr 2016 19:27:51 +0000 (19:27 +0000)
committerPyry Haulos <phaulos@google.com>
Tue, 19 Apr 2016 19:27:51 +0000 (19:27 +0000)
Removed not needed reading of image

These tests contain reading of an image, which is only used for the debug information and is not part of the test. The image data was undefined. This commit removes code that read the image.

See #357 for more info.

See merge request !524


Trivial merge