diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-04-30 19:46:49 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-05-02 21:46:25 -0300 |
| commit | fe700e1856fa078ba0fc93ced8576f5023f3146a (patch) | |
| tree | a470f5071e0e5b323af88aeda3110b791df4ae84 /src/video_core/shader/decode/memory.cpp | |
| parent | c6f9e651b21aca5ec5afef1f217b39a3b85518b9 (diff) | |
shader: Add physical attributes commentaries
Diffstat (limited to 'src/video_core/shader/decode/memory.cpp')
| -rw-r--r-- | src/video_core/shader/decode/memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/decode/memory.cpp b/src/video_core/shader/decode/memory.cpp index 339692295..c4f68f8ab 100644 --- a/src/video_core/shader/decode/memory.cpp +++ b/src/video_core/shader/decode/memory.cpp @@ -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: |
