Merge branch '221-fix-event-creation-in-command-buffers-tests' into 'master'
authorPyry Haulos <phaulos@google.com>
Thu, 21 Jan 2016 16:20:42 +0000 (11:20 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 21 Jan 2016 16:20:42 +0000 (11:20 -0500)
Event creation is modified to  be exception-safe in dEQP-VK.api.command_buffers tests

Event creations are modified to use the vk::Unique and vk::Move to be exception-safe. (issue #221)

See merge request !369


Trivial merge