Shader_IR: deduce size of indexed samplers

This commit is contained in:
Fernando Sahmkow
2020-01-05 18:36:21 -04:00
committed by FernandoS27
parent f4603d23c5
commit 037ea431ce
4 changed files with 60 additions and 8 deletions

View File

@ -435,6 +435,7 @@ private:
bool uses_instance_id{};
bool uses_vertex_id{};
bool uses_warps{};
bool uses_indexed_samplers{};
Tegra::Shader::Header header;
};