Merge branch 'origin/280-move_vkCmdCopyQueryPoolResults_outside_renderpass' into...
authorPyry Haulos <phaulos@google.com>
Tue, 9 Feb 2016 18:29:06 +0000 (13:29 -0500)
committerPyry Haulos <phaulos@google.com>
Tue, 9 Feb 2016 18:29:06 +0000 (13:29 -0500)
#280: End the renderpass before trying to copy the query results

End the renderpass before trying to copy the query results,
as vkCmdCopyQueryPoolResults is only allowed outside.

Fixes #280.

See merge request !424


Trivial merge