mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 18:07:53 +00:00
shader: Add physical attributes commentaries
This commit is contained in:
parent
7680b96e1a
commit
d6193e2e36
4 changed files with 8 additions and 4 deletions
|
@ -253,7 +253,7 @@ u32 ShaderIR::DecodeMemory(NodeBlock& bb, u32 pc) {
|
|||
SetRegister(bb, instr.gpr0, fake_address);
|
||||
|
||||
// Signal the shader IR to declare all possible attributes and varyings
|
||||
use_physical_attributes = true;
|
||||
uses_physical_attributes = true;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue