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();
None.
If the return value is TRUE, the caller should repeat the same sequence of calls. If FALSE, the caller should continue.
The function should be called immediately after IDirect3DDevice9::Present is called.
Header: Declared in D3d9.h.