mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 05:05:46 +00:00
Use new shader-jit signature for interpreter
This commit is contained in:
parent
4e01e9ffc5
commit
1308afe2c2
3 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ namespace Shader {
|
|||
template <bool Debug> struct UnitState;
|
||||
|
||||
template<bool Debug>
|
||||
void RunInterpreter(UnitState<Debug>& state);
|
||||
void RunInterpreter(const ShaderSetup& setup, UnitState<Debug>& state, unsigned offset);
|
||||
|
||||
} // namespace
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue