mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-01 07:58:31 +00:00
Send string for SectionSetup during on-demand deferred messages replay.
This commit is contained in:
@@ -2079,6 +2079,11 @@ void Profiler::Worker()
|
||||
size = MemRead( &item.gpuContextNameFat.size );
|
||||
SendSingleString( (const char*)ptr, size );
|
||||
break;
|
||||
case QueueType::SectionSetup:
|
||||
ptr = MemRead( &item.sectionSetupFat.text );
|
||||
size = MemRead( &item.sectionSetupFat.size );
|
||||
SendSingleString( (const char*)ptr, size );
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user