mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 07:57:58 -05:00
Shader_IR: deduce size of indexed samplers
This commit is contained in:
committed by
FernandoS27
parent
f4603d23c5
commit
037ea431ce
@ -435,6 +435,7 @@ private:
|
||||
bool uses_instance_id{};
|
||||
bool uses_vertex_id{};
|
||||
bool uses_warps{};
|
||||
bool uses_indexed_samplers{};
|
||||
|
||||
Tegra::Shader::Header header;
|
||||
};
|
||||
|
Reference in New Issue
Block a user