Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / libre-soc / vulkan / libresoc_device.c
index 303a69a9beb3d5d38a6abf7d3efbc133f0a952fb..546f175c7d8bc922fb199c847ee8cfdcd7822c84 100644 (file)
@@ -1751,3 +1751,10 @@ void libresoc_DestroyFence(
        VkFence                                     _fence,
        const VkAllocationCallbacks*                pAllocator)
 {}
+
+
+void libresoc_DestroySemaphore(
+       VkDevice                                    _device,
+       VkSemaphore                                 _semaphore,
+       const VkAllocationCallbacks*                pAllocator)
+{}