ProfileViews::SetProfileFlag

ProfileViews::SetProfileFlag
void SetProfileFlag(unsigned flag, bool state);
Description

SetProfileFlag sets a flag in the profiler. Note that this is not applied until the subsequent frame.

Parameters
Parameters 
Description 
unsigned flag 
The flag to set or clear. 
bool state 
Whether to set the flag (true), or clear the flag (false)