D3DPERF_QueryRepeatFrame

Determine if a performance profiler is requesting that the current frame be resubmitted to Direct3D for performance analysis. This function is not currently supported by PIX.

bool D3DPERF_QueryRepeatFrame();

Parameters

None.

Return Values

If the return value is TRUE, the caller should repeat the same sequence of calls. If FALSE, the caller should continue.

Remarks

The function should be called immediately after IDirect3DDevice9::Present is called.

Requirements

Header: Declared in D3d9.h.

See Also

PIX