mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-03 09:13:16 +00:00
video_core: added support for indirect dispatches (gfx only)
This commit is contained in:
parent
3fbb68048e
commit
9d349a1308
6 changed files with 101 additions and 1 deletions
|
@ -1127,6 +1127,7 @@ private:
|
|||
std::vector<u32> ccb_buffer;
|
||||
std::queue<Task::Handle> submits{};
|
||||
ComputeProgram cs_state{};
|
||||
VAddr indirect_args_addr{};
|
||||
};
|
||||
std::array<GpuQueue, NumTotalQueues> mapped_queues{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue