Vulkan: Properly invalidate resolve textures

Trace Writer memory caching
This commit is contained in:
DrChat
2017-02-17 18:59:08 -06:00
parent 070e7bf33d
commit c62c4fe741
4 changed files with 86 additions and 36 deletions

View File

@@ -180,6 +180,9 @@ class TextureCache {
UpdateSetInfo* update_set_info,
const Shader::TextureBinding& binding);
// Removes invalidated textures from the cache, queues them for delete.
void RemoveInvalidatedTextures();
Memory* memory_ = nullptr;
RegisterFile* register_file_ = nullptr;