mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-29 06:53:33 +08: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