shader: Fix resolution scaling pass

This commit is contained in:
ReinUsesLisp 2021-07-21 22:25:34 -03:00 committed by Fernando Sahmkow
parent fb924ea85c
commit 1672e9ba09
5 changed files with 32 additions and 35 deletions

View file

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