summaryrefslogtreecommitdiffstats
path: root/tools/gfx/renderer-shared.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-04-27 13:58:55 -0700
committerGitHub <noreply@github.com>2022-04-27 13:58:55 -0700
commitec530b300524635dfe0fd86949b0a4fc5c19a984 (patch)
tree994b88e2da8c8a25098ad179d93e6b41c45af0ee /tools/gfx/renderer-shared.h
parent50d5a1021623a89df035a1ef78557e0f1152648d (diff)
gfx: Add interop API to control descriptor heap binding. (#2211)
Co-authored-by: Yong He <yhe@nvidia.com>
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 f4ca259e7..601a8ee85 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_IRayTracingCommandEncoder;
static const Slang::Guid IID_ICommandBuffer;
+ static const Slang::Guid IID_ICommandBufferD3D12;
static const Slang::Guid IID_ICommandQueue;
static const Slang::Guid IID_IQueryPool;
static const Slang::Guid IID_IAccelerationStructure;