summaryrefslogtreecommitdiff
path: root/tools/gfx/cuda/render-cuda.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/cuda/render-cuda.cpp
parent9606401e1de1002e3ad070bc5c6384fa5bc4d9ff (diff)
gfx Fence implementation improvements. (#2049)
Diffstat (limited to 'tools/gfx/cuda/render-cuda.cpp')
-rw-r--r--tools/gfx/cuda/render-cuda.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gfx/cuda/render-cuda.cpp b/tools/gfx/cuda/render-cuda.cpp
index b97fc819c..4cd460358 100644
--- a/tools/gfx/cuda/render-cuda.cpp
+++ b/tools/gfx/cuda/render-cuda.cpp
@@ -1221,8 +1221,8 @@ public:
SLANG_CUDA_HANDLE_ERROR(resultCode);
}
- 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
{
return SLANG_FAIL;
}