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.h4
1 files changed, 1 insertions, 3 deletions
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;