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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/gfx/debug-layer.cpp b/tools/gfx/debug-layer.cpp
index 13875d6ec..26aa36535 100644
--- a/tools/gfx/debug-layer.cpp
+++ b/tools/gfx/debug-layer.cpp
@@ -501,6 +501,11 @@ IBufferResource::Desc* DebugBufferResource::getDesc()
return baseObject->getDesc();
}
+DeviceAddress DebugBufferResource::getDeviceAddress()
+{
+ return baseObject->getDeviceAddress();
+}
+
IResource::Type DebugTextureResource::getType()
{
SLANG_GFX_API_FUNC;