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)
commit5b1010244fc78060be4fec19cc17a7c0715912a5
tree9a8c040f11f1f06e540c2f2c354f38ca526dbb2d
parentc66f4231dd4a1d0d1010a963d59c14063bfa6f20
parent663b7ac6f3f69a93ab937b6f28417f142420596f
Merge branch '221-fix-event-creation-in-command-buffers-tests' into 'master'

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