From ec530b300524635dfe0fd86949b0a4fc5c19a984 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 27 Apr 2022 13:58:55 -0700 Subject: gfx: Add interop API to control descriptor heap binding. (#2211) Co-authored-by: Yong He --- tools/gfx/renderer-shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/gfx/renderer-shared.h') 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; -- cgit v1.2.3