From 3f1632a1450a5879f337b4bd178e48880cd583f8 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 31 Mar 2021 11:35:17 -0700 Subject: `gfx` explicit transient resource management. (#1774) --- tools/gfx/renderer-shared.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/gfx/renderer-shared.h') diff --git a/tools/gfx/renderer-shared.h b/tools/gfx/renderer-shared.h index 41b9a31c9..d1ecebfce 100644 --- a/tools/gfx/renderer-shared.h +++ b/tools/gfx/renderer-shared.h @@ -10,10 +10,8 @@ namespace gfx struct GfxGUID { static const Slang::Guid IID_ISlangUnknown; - static const Slang::Guid IID_IDescriptorSetLayout; - static const Slang::Guid IID_IDescriptorSet; static const Slang::Guid IID_IShaderProgram; - static const Slang::Guid IID_IPipelineLayout; + static const Slang::Guid IID_ITransientResourceHeap; static const Slang::Guid IID_IPipelineState; static const Slang::Guid IID_IResourceView; static const Slang::Guid IID_IFramebuffer; -- cgit v1.2.3