X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Flibre-soc%2Fvulkan%2Flibresoc_device.c;h=546f175c7d8bc922fb199c847ee8cfdcd7822c84;hp=303a69a9beb3d5d38a6abf7d3efbc133f0a952fb;hb=14e40cd8e605423e8b3d4d7cb7a7589149b4ff50;hpb=5fc9b139df6d93d014654c9acbc5d42aede3bb0c;ds=inline diff --git a/src/libre-soc/vulkan/libresoc_device.c b/src/libre-soc/vulkan/libresoc_device.c index 303a69a9beb..546f175c7d8 100644 --- a/src/libre-soc/vulkan/libresoc_device.c +++ b/src/libre-soc/vulkan/libresoc_device.c @@ -1751,3 +1751,10 @@ void libresoc_DestroyFence( VkFence _fence, const VkAllocationCallbacks* pAllocator) {} + + +void libresoc_DestroySemaphore( + VkDevice _device, + VkSemaphore _semaphore, + const VkAllocationCallbacks* pAllocator) +{}