Struct windows_sys::Win32::Graphics::Direct3D9::D3DPRESENTSTATS
[−]#[repr(C)]pub struct D3DPRESENTSTATS {
pub PresentCount: u32,
pub PresentRefreshCount: u32,
pub SyncRefreshCount: u32,
pub SyncQPCTime: i64,
pub SyncGPUTime: i64,
}Expand description
Required features: ‘Win32_Graphics_Direct3D9’
Fields
PresentCount: u32PresentRefreshCount: u32SyncRefreshCount: u32SyncQPCTime: i64SyncGPUTime: i64