From 1c030cdb964979bb0837a297749236a541cc80fa Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 10 Feb 2022 13:59:53 -0800 Subject: gfx: Add `resolveQuery` command. (#2125) Co-authored-by: Yong He --- tools/gfx/debug-layer.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools/gfx/debug-layer.h') diff --git a/tools/gfx/debug-layer.h b/tools/gfx/debug-layer.h index cb894dfd4..567a399fe 100644 --- a/tools/gfx/debug-layer.h +++ b/tools/gfx/debug-layer.h @@ -490,6 +490,13 @@ public: ResourceState src, ResourceState dst) override; + virtual SLANG_NO_THROW void SLANG_MCALL resolveQuery( + IQueryPool* queryPool, + uint32_t index, + uint32_t count, + IBufferResource* buffer, + uint64_t offset) override; + public: DebugCommandBuffer* commandBuffer; bool isOpen = false; -- cgit v1.2.3