summaryrefslogtreecommitdiffstats
path: root/tools/gfx/renderer-shared.h
diff options
context:
space:
mode:
authorlucy96chen <47800040+lucy96chen@users.noreply.github.com>2022-10-17 17:38:59 -0700
committerGitHub <noreply@github.com>2022-10-17 17:38:59 -0700
commit8add41a6e37994577d928bc312801ddfa1c33173 (patch)
tree6ca5ef639a22c4e37c7287df1877cb5bf7ce691c /tools/gfx/renderer-shared.h
parent09408e32d7c0ccebf38fe31b5d2ddf4b1cd128e4 (diff)
Shader cache index implementation (#2452)
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 b140e1f40..fc1c35d20 100644
--- a/tools/gfx/renderer-shared.h
+++ b/tools/gfx/renderer-shared.h
@@ -1372,6 +1372,8 @@ public:
SlangContext slangContext;
ShaderCache shaderCache;
+ // TODO: These should be removed when ShaderCacheIndex is ready to be integrated. ShaderCacheIndex
+ // will be responsible for keeping track of the underlying filesystem for the cache.
ISlangFileSystem* shaderCacheFileSystem = nullptr;
ComPtr<ISlangMutableFileSystem> mutableShaderCacheFileSystem = nullptr;