VideoCore: Split shader regs from Regs struct

This commit is contained in:
Yuri Kunde Schlesner 2017-01-28 13:03:13 -08:00
parent 90d220d1b3
commit 08df8f7d7a
9 changed files with 116 additions and 102 deletions

View file

@ -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;