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)
commit59326f9e67a183684972d25618edcce904486182
tree7b4380b8320117da9a1fd6735fa985a18516bc22
parent870ce50130314570a5e557869653431f3cd00bdb
parent908d6bebb1e8149a8ec877853fc4a84641923425
Merge branch 'tests-query-pool-optimization' into 'vulkan-cts-1.0-dev'

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