IDXGISwapChain::GetLastPresentCount method (dxgi.h)
Gets the number of times that IDXGISwapChain::Present or IDXGISwapChain1::Present1 has been called.
Syntax
HRESULT GetLastPresentCount(
[out] UINT *pLastPresentCount
);
Parameters
[out] pLastPresentCount
Type: UINT*
A pointer to a variable that receives the number of calls.
Return value
Type: HRESULT
Returns one of the DXGI_ERROR values.
Remarks
For info about presentation statistics for a frame, see DXGI_FRAME_STATISTICS.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dxgi.h |
Library | DXGI.lib |