summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2021-07-18 23:06:12 +0200
committerGravatar Fernando Sahmkow2021-11-16 22:11:27 +0100
commit360e897ccd53bf863cea1ad6184d35e9b6ffbf40 (patch)
treeff509e8b85687489143b0c6cce7ddd8003d4558c /src/shader_recompiler/shader_info.h
parentSettings: Add resolution scaling to settings. (diff)
downloadyuzu-360e897ccd53bf863cea1ad6184d35e9b6ffbf40.tar.gz
yuzu-360e897ccd53bf863cea1ad6184d35e9b6ffbf40.tar.xz
yuzu-360e897ccd53bf863cea1ad6184d35e9b6ffbf40.zip
ShaderDecompiler: Add initial support for rescaling.
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
-rw-r--r--src/shader_recompiler/shader_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h
index 4ef4dbd40..e7981a08c 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -172,6 +172,7 @@ struct Info {
172 bool uses_global_memory{}; 172 bool uses_global_memory{};
173 bool uses_atomic_image_u32{}; 173 bool uses_atomic_image_u32{};
174 bool uses_shadow_lod{}; 174 bool uses_shadow_lod{};
175 bool requires_rescaling_uniform{};
175 176
176 IR::Type used_constant_buffer_types{}; 177 IR::Type used_constant_buffer_types{};
177 IR::Type used_storage_buffer_types{}; 178 IR::Type used_storage_buffer_types{};