summaryrefslogtreecommitdiffstats
path: root/tools/gfx/debug-layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/debug-layer.h')
-rw-r--r--tools/gfx/debug-layer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/gfx/debug-layer.h b/tools/gfx/debug-layer.h
index d848676db..096c35147 100644
--- a/tools/gfx/debug-layer.h
+++ b/tools/gfx/debug-layer.h
@@ -166,7 +166,9 @@ public:
IQueryPool::Desc desc;
public:
IQueryPool* getInterface(const Slang::Guid& guid);
- virtual SLANG_NO_THROW Result SLANG_MCALL getResult(SlangInt index, SlangInt count, uint64_t* data) override;
+ virtual SLANG_NO_THROW Result SLANG_MCALL
+ getResult(SlangInt index, SlangInt count, uint64_t* data) override;
+ virtual SLANG_NO_THROW Result SLANG_MCALL reset() override;
};
class DebugBufferResource : public DebugObject<IBufferResource>