void SetProfileFlag(unsigned flag, bool state);
SetProfileFlag sets a flag in the profiler. Note that this is not applied until the subsequent frame.
Parameters |
Description |
unsigned flag |
The flag to set or clear. |
bool state |
Whether to set the flag (true), or clear the flag (false) |