Merge branch 'copy_image_usage_flag_dst_issue' into 'master'
authorPyry Haulos <phaulos@google.com>
Tue, 19 Jan 2016 15:45:08 +0000 (10:45 -0500)
committerPyry Haulos <phaulos@google.com>
Tue, 19 Jan 2016 15:45:08 +0000 (10:45 -0500)
commit7d16ba77e94dd93e003e6aebb592e8c48e58b0d7
treeb5f0120e4dd94497f9dbec4225ba7a102398a94b
parentaab683799060ffe1ea35782c0460c7a9ab58d06f
parentf3381ed2a9db7dd7460a4c3d694a660ce7c88023
Merge branch 'copy_image_usage_flag_dst_issue' into 'master'

Fix image usage flags used in copy and blit test, fix regression from MR 180

I didn't pay attention with merge request 180 and the second getPhysicalDeviceImageFormatProperties had the wrong image usage flags.

This should fix the issue.

See merge request !299