shader: Add physical attributes commentaries

This commit is contained in:
ReinUsesLisp
2019-04-30 19:46:49 -03:00
parent c6f9e651b2
commit fe700e1856
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));
}