Microsoft DirectX 9.0

CBaseVideoRenderer::OnWaitEnd

The OnWaitEnd method is called when a wait time ends.

Syntax

void OnWaitEnd(void);

Return Value

No return value.

Remarks

This member function does only performance logging. It is called when the thread is awoken from waiting in the window, or when the next sample is due to be rendered. It could eventually be used to gather information that controls synchronization.

See Also