aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache/image_info.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2024-02-10 14:49:49 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2024-02-10 14:49:49 +0100
commit9ce43ee677bdc98eea3d6ea430b0d5867dbcfd26 (patch)
tree67ca37660f4c1343e3921e6b71ff48817a15ff86 /src/video_core/texture_cache/image_info.h
parentfe6934593fd7e7b6c61d1fb84d0794d19f024b47 (diff)
Texture Cache: Fix untracking on GPU remap
Diffstat (limited to 'src/video_core/texture_cache/image_info.h')
-rw-r--r--src/video_core/texture_cache/image_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/texture_cache/image_info.h b/src/video_core/texture_cache/image_info.h
index 8a4cb0cbd..eb490a642 100644
--- a/src/video_core/texture_cache/image_info.h
+++ b/src/video_core/texture_cache/image_info.h
@@ -41,6 +41,7 @@ struct ImageInfo {
bool downscaleable = false;
bool forced_flushed = false;
bool dma_downloaded = false;
+ bool is_sparse = false;
};
} // namespace VideoCommon