pub struct IDXGIAdapter3Vtbl {
pub parent: IDXGIAdapter2Vtbl,
pub RegisterHardwareContentProtectionTeardownStatusEvent: unsafe extern "system" fn(This: *mut IDXGIAdapter3, hEvent: HANDLE, pdwCookie: *mut DWORD) -> HRESULT,
pub UnregisterHardwareContentProtectionTeardownStatus: unsafe extern "system" fn(This: *mut IDXGIAdapter3, dwCookie: DWORD),
pub QueryVideoMemoryInfo: unsafe extern "system" fn(This: *mut IDXGIAdapter3, NodeIndex: UINT, MemorySegmentGroup: DXGI_MEMORY_SEGMENT_GROUP, pVideoMemoryInfo: *mut DXGI_QUERY_VIDEO_MEMORY_INFO) -> HRESULT,
pub SetVideoMemoryReservation: unsafe extern "system" fn(This: *mut IDXGIAdapter3, NodeIndex: UINT, MemorySegmentGroup: DXGI_MEMORY_SEGMENT_GROUP, Reservation: UINT64) -> HRESULT,
pub RegisterVideoMemoryBudgetChangeNotificationEvent: unsafe extern "system" fn(This: *mut IDXGIAdapter3, hEvent: HANDLE, pdwCookie: *mut DWORD) -> HRESULT,
pub UnregisterVideoMemoryBudgetChangeNotification: unsafe extern "system" fn(This: *mut IDXGIAdapter3, dwCookie: DWORD),
}
Fields
parent | |
RegisterHardwareContentProtectionTeardownStatusEvent | |
UnregisterHardwareContentProtectionTeardownStatus | |
QueryVideoMemoryInfo | |
SetVideoMemoryReservation | |
RegisterVideoMemoryBudgetChangeNotificationEvent | |
UnregisterVideoMemoryBudgetChangeNotification | |