From 90d8af888b40c83b33f9f0c037bd2ab8c19a35f4 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 7 Dec 2021 13:45:49 -0800 Subject: gfx: D3D12 and VK Fence implementation. (#2048) * gfx: D3D12 and VK Fence implementation. * Fix. * Update project files. * Revert project file changes. * Remove project files Co-authored-by: Yong He --- tools/gfx/vulkan/vk-api.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/gfx/vulkan/vk-api.h') diff --git a/tools/gfx/vulkan/vk-api.h b/tools/gfx/vulkan/vk-api.h index 543ad90d1..6e7024752 100644 --- a/tools/gfx/vulkan/vk-api.h +++ b/tools/gfx/vulkan/vk-api.h @@ -179,6 +179,12 @@ namespace gfx { x(vkCreateAccelerationStructureKHR) \ x(vkDestroyAccelerationStructureKHR) \ x(vkGetAccelerationStructureBuildSizesKHR) \ + x(vkGetSemaphoreCounterValue) \ + x(vkGetSemaphoreCounterValueKHR) \ + x(vkSignalSemaphore) \ + x(vkSignalSemaphoreKHR) \ + x(vkWaitSemaphores) \ + x(vkWaitSemaphoresKHR) \ /* */ #define VK_API_ALL_GLOBAL_PROCS(x) \ -- cgit v1.2.3