mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-27 20:31:02 +00:00
Give virtual command buffer submit event a good name
This commit is contained in:
@@ -183,9 +183,10 @@ bool WrappedVulkan::Serialise_vkQueueSubmit(
|
||||
|
||||
for(uint32_t c=0; c < numCmds; c++)
|
||||
{
|
||||
AddEvent(QUEUE_SUBMIT, "");
|
||||
string name = "[" + ToStr::Get(cmdIds[c]) + "]";
|
||||
|
||||
AddEvent(QUEUE_SUBMIT, "cmd " + name);
|
||||
|
||||
FetchDrawcall draw;
|
||||
draw.name = name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user