Add python function to clear replay cache

This commit is contained in:
baldurk
2025-02-21 14:19:12 +00:00
parent e59c0494a5
commit 31d29fcea1
23 changed files with 110 additions and 11 deletions
+1
View File
@@ -368,6 +368,7 @@ public:
errors = "Building target shaders is unsupported";
}
void ReplaceResource(ResourceId from, ResourceId to) {}
void ClearReplayCache() {}
void RemoveReplacement(ResourceId id) {}
// these are proxy functions, and will never be used
ResourceId CreateProxyTexture(const TextureDescription &templateTex)