Struct dxgi_win::structures::DXGI_FRAME_STATISTICS [] [src]

pub struct DXGI_FRAME_STATISTICS {
    pub PresentCount: UINT,
    pub PresentRefreshCount: UINT,
    pub SyncRefreshCount: UINT,
    pub SyncQPCTime: LARGE_INTEGER,
    pub SyncGPUTime: LARGE_INTEGER,
}

Fields

PresentCount
PresentRefreshCount
SyncRefreshCount
SyncQPCTime
SyncGPUTime