diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-07-27 01:29:55 +0200 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:28 +0100 |
| commit | 07c564f38b238af9be7a9d8aee1149a353c2880b (patch) | |
| tree | ee1a03a744eb6b3cf71329dec5d0037b71fa0acf /src/video_core/texture_cache/image_info.h | |
| parent | cee7eba64e639d53613fee45f569377e05a4c6f9 (diff) | |
Texture Cache: Implement Rating System.
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 16d4cee37..e874d2870 100644 --- a/src/video_core/texture_cache/image_info.h +++ b/src/video_core/texture_cache/image_info.h @@ -33,6 +33,7 @@ struct ImageInfo { u32 maybe_unaligned_layer_stride = 0; u32 num_samples = 1; u32 tile_width_spacing = 0; + bool rescaleable = false; }; } // namespace VideoCommon |
