Gets the number of times that IDXGISwapChain::Present or IDXGISwapChain1::Present1 has been called.
public:
HRESULT GetLastPresentCount(
UINT *pLastPresentCount
)
pLastPresentCount
Type: UINTÂ *
[out] A pointer to a variable that receives the number of calls.
Type: HRESULTÂ
Returns one of the DXGI_ERROR values.
For info about presentation statistics for a frame, see DXGI_FRAME_STATISTICS.
Header: Declared in d3d11_x.h (dxgi.h on other Windows platforms).
Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).