mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-17 19:37:03 +00:00
video_core: make gpu context aware of rendering program
This commit is contained in:
parent
f9bfdb1555
commit
d66ca8b731
10 changed files with 38 additions and 18 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue