Struct winapi::dxgi::IDXGIDevice1Vtbl
[−]
[src]
pub struct IDXGIDevice1Vtbl {
pub parent: IDXGIDeviceVtbl,
pub SetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDXGIDevice1, MaxLatency: UINT) -> HRESULT,
pub GetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDXGIDevice1, pMaxLatency: *mut UINT) -> HRESULT,
}Fields
parent | |
SetMaximumFrameLatency | |
GetMaximumFrameLatency |