video_core: make gpu context aware of rendering program

This commit is contained in:
Liam 2024-02-23 22:38:21 -05:00
parent f9bfdb1555
commit d66ca8b731
10 changed files with 38 additions and 18 deletions

View file

@ -149,7 +149,7 @@ public:
std::shared_ptr<Control::ChannelState> AllocateChannel();
void InitChannel(Control::ChannelState& to_init);
void InitChannel(Control::ChannelState& to_init, u64 program_id);
void BindChannel(s32 channel_id);