diff options
| author | 2024-02-26 12:44:46 -0500 | |
|---|---|---|
| committer | 2024-02-26 12:44:46 -0500 | |
| commit | ce62fa6f7b660614e28631f71dfa34e7487aec7f (patch) | |
| tree | e8621bebad95bfd2d98147b125395f3545cb2627 /src/video_core/gpu.h | |
| parent | Merge pull request #13164 from merryhime/reset-submodules (diff) | |
| parent | settings: remove global override for smash on amdvlk (diff) | |
| download | yuzu-ce62fa6f7b660614e28631f71dfa34e7487aec7f.tar.gz yuzu-ce62fa6f7b660614e28631f71dfa34e7487aec7f.tar.xz yuzu-ce62fa6f7b660614e28631f71dfa34e7487aec7f.zip | |
Merge pull request #13149 from liamwhite/per-channel-program
video_core: make gpu context aware of rendering program
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index ad535512c..50014e51f 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -149,7 +149,7 @@ public: | |||
| 149 | 149 | ||
| 150 | std::shared_ptr<Control::ChannelState> AllocateChannel(); | 150 | std::shared_ptr<Control::ChannelState> AllocateChannel(); |
| 151 | 151 | ||
| 152 | void InitChannel(Control::ChannelState& to_init); | 152 | void InitChannel(Control::ChannelState& to_init, u64 program_id); |
| 153 | 153 | ||
| 154 | void BindChannel(s32 channel_id); | 154 | void BindChannel(s32 channel_id); |
| 155 | 155 | ||