summaryrefslogtreecommitdiffstats
path: root/tools/gfx/renderer-shared.h
diff options
context:
space:
mode:
authorskallweitNV <64953474+skallweitNV@users.noreply.github.com>2024-05-08 19:19:08 +0200
committerGitHub <noreply@github.com>2024-05-08 10:19:08 -0700
commit93e5b718e8497a0a70eb14dffe120c9ca6d99fd8 (patch)
tree61aba93a5d19ba74835129bd22b17bae652ee2de /tools/gfx/renderer-shared.h
parent4f2330d059ab5943ddf33bfed37be6a0378d43a8 (diff)
[gfx] Cache mutable root shader object in Vulkan (#4119)
* fix comment * add caching of mutable root shader objects in vulkan * Fix. --------- Co-authored-by: Yong He <yonghe@outlook.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 4d88f945b..48d8d0e01 100644
--- a/tools/gfx/renderer-shared.h
+++ b/tools/gfx/renderer-shared.h
@@ -1157,6 +1157,7 @@ public:
{
m_version = getVersionCounter()++;
}
+ virtual ~TransientResourceHeapBase() {}
public:
SLANG_COM_OBJECT_IUNKNOWN_ALL
ITransientResourceHeap* getInterface(const Slang::Guid& guid)