mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-18 00:04:22 +00:00
Update TracyD3D12.hpp
opsie
This commit is contained in:
@@ -370,12 +370,12 @@ namespace tracy
|
||||
srcLocationAddr = Profiler::AllocSourceLocation( sourceLine, sourceFile, sourceFileLen, functionName, functionNameLen, zoneName, zoneNameLen);
|
||||
if( captureCallstack )
|
||||
{
|
||||
auto* item = Profiler::QueueSerialCallstack( Callstack( callstackDepth ) );
|
||||
item = Profiler::QueueSerialCallstack( Callstack( callstackDepth ) );
|
||||
itemType = QueueType::GpuZoneBeginAllocSrcLocCallstackSerial;
|
||||
}
|
||||
else
|
||||
{
|
||||
auto* item = Profiler::QueueSerial();
|
||||
item = Profiler::QueueSerial();
|
||||
itemType = QueueType::GpuZoneBeginAllocSrcLocSerial;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user