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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gfx/renderer-shared.h b/tools/gfx/renderer-shared.h
index 24d51c87a..a9d9e19c4 100644
--- a/tools/gfx/renderer-shared.h
+++ b/tools/gfx/renderer-shared.h
@@ -1150,6 +1150,8 @@ public:
return static_cast<ITransientResourceHeap*>(this);
return nullptr;
}
+
+ virtual SLANG_NO_THROW Result SLANG_MCALL finish() override { return SLANG_OK; }
};
class ShaderTableBase