summaryrefslogtreecommitdiffstats
path: root/tools/gfx/vulkan/render-vk.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-12-08 15:20:14 -0800
committerGitHub <noreply@github.com>2021-12-08 15:20:14 -0800
commit6c08cd900c0a02140b6af9de97b05c0a955243a4 (patch)
treeda9ff09d501f1d24d087fdb055763fe469988523 /tools/gfx/vulkan/render-vk.cpp
parent9606401e1de1002e3ad070bc5c6384fa5bc4d9ff (diff)
gfx Fence implementation improvements. (#2049)
Diffstat (limited to 'tools/gfx/vulkan/render-vk.cpp')
-rw-r--r--tools/gfx/vulkan/render-vk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gfx/vulkan/render-vk.cpp b/tools/gfx/vulkan/render-vk.cpp
index b55c78ea0..b05d0fa42 100644
--- a/tools/gfx/vulkan/render-vk.cpp
+++ b/tools/gfx/vulkan/render-vk.cpp
@@ -4981,8 +4981,8 @@ public:
return m_desc;
}
- virtual SLANG_NO_THROW Result SLANG_MCALL
- waitForFences(uint32_t fenceCount, IFence** fences, uint64_t* waitValues) override
+ virtual SLANG_NO_THROW Result SLANG_MCALL waitForFenceValuesOnDevice(
+ uint32_t fenceCount, IFence** fences, uint64_t* waitValues) override
{
for (uint32_t i = 0; i < fenceCount; ++i)
{