Add new replay API void ReloadShaderDebugInformation()

This commit is contained in:
Jake Turner
2026-02-06 11:36:38 +13:00
parent c097a8b024
commit cbecdfacb0
17 changed files with 77 additions and 0 deletions
+1
View File
@@ -368,6 +368,7 @@ public:
}
void ReplaceResource(ResourceId from, ResourceId to) {}
void ClearReplayCache() {}
void ReloadShaderDebugInformation() {}
void RemoveReplacement(ResourceId id) {}
// these are proxy functions, and will never be used
ResourceId CreateProxyTexture(const TextureDescription &templateTex)