diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2024-02-10 14:49:49 +0100 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2024-02-10 14:49:49 +0100 |
| commit | 9ce43ee677bdc98eea3d6ea430b0d5867dbcfd26 (patch) | |
| tree | 67ca37660f4c1343e3921e6b71ff48817a15ff86 /src/video_core/texture_cache/image_info.h | |
| parent | fe6934593fd7e7b6c61d1fb84d0794d19f024b47 (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.h | 1 |
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 |
