mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-28 18:31:40 +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:
@@ -501,8 +501,8 @@ void CaptureContext::AddFakeProfileMarkers()
|
||||
int start = 0;
|
||||
int refdraw = 0;
|
||||
|
||||
DrawFlags drawFlags =
|
||||
DrawFlags::Copy | DrawFlags::Resolve | DrawFlags::SetMarker | DrawFlags::CmdList;
|
||||
DrawFlags drawFlags = DrawFlags::Copy | DrawFlags::Resolve | DrawFlags::SetMarker |
|
||||
DrawFlags::APICalls | DrawFlags::CmdList;
|
||||
|
||||
for(int32_t i = 1; i < draws.count(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user