vulkan-1/tests: Add a test for destroying a command pool.
commit29d49fb8a3ee8a72310c0b4d1f314a11dc39efc6
authorJózef Kucia <jkucia@codeweavers.com>
Thu, 30 Aug 2018 10:22:33 +0000 (30 12:22 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 30 Aug 2018 17:55:24 +0000 (30 19:55 +0200)
tree8a5a26f1246c89b3662003693e4cb4e897156ea8
parent079d2ec40d0587a886390585408a172c0a8a7b4a
vulkan-1/tests: Add a test for destroying a command pool.

The Vulkan spec says:

  "When a pool is destroyed, all command buffers allocated from the pool
  are implicitly freed and become invalid. Command buffers allocated
  from a given pool do not need to be freed before destroying that
  command pool."

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/vulkan-1/tests/vulkan.c