![]() |
![]() |
![]() |
Determine if a performance profiler (such as PIX) is requesting that the current frame be resubmitted to Microsoft Direct3D for performance analysis. The function should be called immediately after IDirect3DDevice9::Present is called. This function is not currently supported by PIX.
Syntax
bool WINAPI D3DPERF_QueryRepeatFrame(VOID);
Return Value
If the return value is TRUE, the caller should repeat the same sequence of calls. If FALSE, the caller should continue.
Function Information
Header d3d9.h Import library d3d9.lib Minimum operating systems Windows 98
See Also
Gathering Data in the PIX Basic View