diff options
| author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-01-28 13:03:13 -0800 |
|---|---|---|
| committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-04 13:59:11 -0800 |
| commit | f7c7f422c6995a31c1a16c0865bbe13bb38469a3 (patch) | |
| tree | 6dca1dfe528cc115dd1be8d6dd7a97f491140540 /src/video_core/shader/shader_interpreter.cpp | |
| parent | 8fca90b5d56892758a98a0ece15b5845009893e3 (diff) | |
VideoCore: Split shader regs from Regs struct
Diffstat (limited to 'src/video_core/shader/shader_interpreter.cpp')
| -rw-r--r-- | src/video_core/shader/shader_interpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/shader_interpreter.cpp b/src/video_core/shader/shader_interpreter.cpp index 81522b8f5..f4d1c46c5 100644 --- a/src/video_core/shader/shader_interpreter.cpp +++ b/src/video_core/shader/shader_interpreter.cpp @@ -669,7 +669,7 @@ void InterpreterEngine::Run(const ShaderSetup& setup, UnitState& state) const { DebugData<true> InterpreterEngine::ProduceDebugInfo(const ShaderSetup& setup, const AttributeBuffer& input, - const Regs::ShaderConfig& config) const { + const ShaderRegs& config) const { UnitState state; DebugData<true> debug_data; |
