vk/0.132: Dispatch vkDestroyObject to new destructors
authorChad Versace <chad.versace@intel.com>
Tue, 14 Jul 2015 16:56:48 +0000 (09:56 -0700)
committerChad Versace <chad.versace@intel.com>
Tue, 14 Jul 2015 16:58:22 +0000 (09:58 -0700)
commite18377f43538f487ea79728e0a9b744f89d0bd49
treee13d173f5f43344796caf0300fe0dec3bfa46cc5
parente93b6d8eb114b2fc7c7b7ef624874214a37dc184
vk/0.132: Dispatch vkDestroyObject to new destructors

Oops. My recent commits added new destructors, but forgot to teach
vkDestroyObject about them. They are:
  vkDestroyFence
  vkDestroyEvent
  vkDestroySemaphore
  vkDestroyQueryPool
  vkDestroyBuffer
src/vulkan/device.c