summaryrefslogtreecommitdiffstats
path: root/tools/gfx/debug-layer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/debug-layer.cpp')
-rw-r--r--tools/gfx/debug-layer.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/gfx/debug-layer.cpp b/tools/gfx/debug-layer.cpp
index 63f1e6d43..83ef129c4 100644
--- a/tools/gfx/debug-layer.cpp
+++ b/tools/gfx/debug-layer.cpp
@@ -1810,6 +1810,12 @@ Result DebugQueryPool::getResult(SlangInt index, SlangInt count, uint64_t* data)
return baseObject->getResult(index, count, data);
}
+Result DebugQueryPool::reset()
+{
+ SLANG_GFX_API_FUNC;
+ return baseObject->reset();
+}
+
DeviceAddress DebugAccelerationStructure::getDeviceAddress()
{
SLANG_GFX_API_FUNC;