D3DPERF_QueryRepeatFrame
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DPERF_QueryRepeatFrame Function


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

Headerd3d9.h
Import libraryd3d9.lib
Minimum operating systems Windows 98

See Also

Gathering Data in the PIX Basic View


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.