summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/image_info.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2021-07-27 01:29:55 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-11-16 22:11:28 +0100
commit07c564f38b238af9be7a9d8aee1149a353c2880b (patch)
treeee1a03a744eb6b3cf71329dec5d0037b71fa0acf /src/video_core/texture_cache/image_info.h
parentOpenGL: set linear mag filter when blitting a downscaled image. (diff)
downloadyuzu-07c564f38b238af9be7a9d8aee1149a353c2880b.tar
yuzu-07c564f38b238af9be7a9d8aee1149a353c2880b.tar.gz
yuzu-07c564f38b238af9be7a9d8aee1149a353c2880b.tar.bz2
yuzu-07c564f38b238af9be7a9d8aee1149a353c2880b.tar.lz
yuzu-07c564f38b238af9be7a9d8aee1149a353c2880b.tar.xz
yuzu-07c564f38b238af9be7a9d8aee1149a353c2880b.tar.zst
yuzu-07c564f38b238af9be7a9d8aee1149a353c2880b.zip
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 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