pub struct IDXGISwapChainMediaVtbl {
pub parent: IUnknownVtbl,
pub GetFrameStatisticsMedia: unsafe extern "system" fn(This: *mut IDXGISwapChainMedia, pStats: *mut DXGI_FRAME_STATISTICS_MEDIA) -> HRESULT,
pub SetPresentDuration: unsafe extern "system" fn(This: *mut IDXGISwapChainMedia, Duration: UINT) -> HRESULT,
pub CheckPresentDurationSupport: unsafe extern "system" fn(This: *mut IDXGISwapChainMedia, DesiredPresentDuration: UINT, pClosestSmallerPresentDuration: *mut UINT, pClosestLargerPresentDuration: *mut UINT) -> HRESULT,
}
Fields
parent | |
GetFrameStatisticsMedia | |
SetPresentDuration | |
CheckPresentDurationSupport | |