Struct dxgi_win::structures::DXGI_FRAME_STATISTICS_MEDIA [] [src]

pub struct DXGI_FRAME_STATISTICS_MEDIA {
    pub PresentCount: UINT,
    pub PresentRefreshCount: UINT,
    pub SyncRefreshCount: UINT,
    pub SyncQPCTime: LARGE_INTEGER,
    pub SyncGPUTime: LARGE_INTEGER,
    pub CompositionMode: DXGI_FRAME_PRESENTATION_MODE,
    pub ApprovedPresentDuration: UINT,
}

Fields

PresentCount
PresentRefreshCount
SyncRefreshCount
SyncQPCTime
SyncGPUTime
CompositionMode
ApprovedPresentDuration