diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2023-05-01 17:34:03 +0200 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2023-05-07 23:46:12 +0200 |
| commit | 0f4f18265f4f45ae1314b0fef10c4bdf9b870b8b (patch) | |
| tree | 80e4f8d2b70c197e8fb3657bbf3d9805306068b3 /src/video_core/texture_cache/image_info.h | |
| parent | c6cac2ffaad4ac27f35cea25022d9c59c7ecfbf4 (diff) | |
Texture cache: sync the first flush.
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 cfb85a3dc..8a4cb0cbd 100644 --- a/src/video_core/texture_cache/image_info.h +++ b/src/video_core/texture_cache/image_info.h @@ -40,6 +40,7 @@ struct ImageInfo { bool rescaleable = false; bool downscaleable = false; bool forced_flushed = false; + bool dma_downloaded = false; }; } // namespace VideoCommon |
