shader: Add physical attributes commentaries

This commit is contained in:
ReinUsesLisp 2019-04-30 19:46:49 -03:00
parent 7680b96e1a
commit d6193e2e36
4 changed files with 8 additions and 4 deletions

View file

@ -95,7 +95,7 @@ Node ShaderIR::GetInputAttribute(Attribute::Index index, u64 element, Node buffe
}
Node ShaderIR::GetPhysicalInputAttribute(Tegra::Shader::Register physical_address, Node buffer) {
use_physical_attributes = true;
uses_physical_attributes = true;
return StoreNode(AbufNode(GetRegister(physical_address), buffer));
}