D3DPERF_SetRegion

Mark a series of frames with the specified color and name in the PIXRun file. This function is not currently supported by PIX.

void D3DPERF_SetRegion(
  D3DCOLOR col,
  LPCWSTR wszName
);

Parameters

col
Event color.
wszName
The event name or marker name.

Return Values

None

Remarks

To make analysis easier, the target program can use color to mark each level of a target program.

Requirements

Header: Declared in D3d9.h.

See Also

PIX