ShaderDecompiler: Add initial support for rescaling.

This commit is contained in:
Fernando Sahmkow
2021-07-18 23:06:12 +02:00
parent 37ef9c9130
commit 360e897ccd
2 changed files with 73 additions and 0 deletions

View File

@ -172,6 +172,7 @@ struct Info {
bool uses_global_memory{};
bool uses_atomic_image_u32{};
bool uses_shadow_lod{};
bool requires_rescaling_uniform{};
IR::Type used_constant_buffer_types{};
IR::Type used_storage_buffer_types{};