mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Remove DrawFlags::SetMarker from API Calls events
* This made them behave inconsistently and was not really necessary anyway.
This commit is contained in:
@@ -1022,7 +1022,7 @@ uint32_t TimelineBar::processDraws(QVector<Marker> &markers, QVector<uint32_t> &
|
||||
}
|
||||
else
|
||||
{
|
||||
if((d.flags & (DrawFlags::SetMarker | DrawFlags::APICalls)) != DrawFlags::SetMarker)
|
||||
if(!(d.flags & DrawFlags::SetMarker))
|
||||
{
|
||||
m_Draws.push_back(d.eventId);
|
||||
draws.push_back(d.eventId);
|
||||
|
||||
Reference in New Issue
Block a user