mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 06:43:17 +00:00
renderer: debug markers for ability to match cmdlists with rdoc captures
This commit is contained in:
parent
8144f835a9
commit
b8916787b2
4 changed files with 34 additions and 4 deletions
|
@ -988,7 +988,7 @@ private:
|
|||
|
||||
Task ProcessGraphics(std::span<const u32> dcb, std::span<const u32> ccb);
|
||||
Task ProcessCeUpdate(std::span<const u32> ccb);
|
||||
Task ProcessCompute(std::span<const u32> acb);
|
||||
Task ProcessCompute(std::span<const u32> acb, int vqid);
|
||||
|
||||
void Process(std::stop_token stoken);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue