mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 11:07:46 +00:00
VideoCore: Split shader regs from Regs struct
This commit is contained in:
parent
90d220d1b3
commit
08df8f7d7a
9 changed files with 116 additions and 102 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue