summaryrefslogtreecommitdiff
path: root/tools/gfx/renderer-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/renderer-shared.h')
-rw-r--r--tools/gfx/renderer-shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx/renderer-shared.h b/tools/gfx/renderer-shared.h
index 0dc0f75ae..127987726 100644
--- a/tools/gfx/renderer-shared.h
+++ b/tools/gfx/renderer-shared.h
@@ -35,6 +35,7 @@ struct GfxGUID
static const Slang::Guid IID_IResourceCommandEncoder;
static const Slang::Guid IID_ICommandBuffer;
static const Slang::Guid IID_ICommandQueue;
+ static const Slang::Guid IID_IQueryPool;
};
// We use a `BreakableReference` to avoid the cyclic reference situation in gfx implementation.