pub struct IDirect3D9Vtbl {
pub parent: IUnknownVtbl,
pub RegisterSoftwareDevice: unsafe extern "system" fn(This: *mut IDirect3D9, pInitializeFunction: *mut VOID) -> HRESULT,
pub GetAdapterCount: unsafe extern "system" fn(This: *mut IDirect3D9) -> UINT,
pub GetAdapterIdentifier: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, Flags: DWORD, pIdentifier: *mut D3DADAPTER_IDENTIFIER9) -> HRESULT,
pub GetAdapterModeCount: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, Format: D3DFORMAT) -> UINT,
pub EnumAdapterModes: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, Format: D3DFORMAT, Mode: UINT, pMode: *mut D3DDISPLAYMODE) -> HRESULT,
pub GetAdapterDisplayMode: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, pMode: *mut D3DDISPLAYMODE) -> HRESULT,
pub CheckDeviceType: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, DevType: D3DDEVTYPE, AdapterFormat: D3DFORMAT, BackBufferFormat: D3DFORMAT, bWindowed: BOOL) -> HRESULT,
pub CheckDeviceFormat: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, DeviceType: D3DDEVTYPE, AdapterFormat: D3DFORMAT, Usage: DWORD, RType: D3DRESOURCETYPE, CheckFormat: D3DFORMAT) -> HRESULT,
pub CheckDeviceMultiSampleType: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, DeviceType: D3DDEVTYPE, SurfaceFormat: D3DFORMAT, Windowed: BOOL, MultiSampleType: D3DMULTISAMPLE_TYPE, pQualityLevels: *mut DWORD) -> HRESULT,
pub CheckDepthStencilMatch: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, DeviceType: D3DDEVTYPE, AdapterFormat: D3DFORMAT, RenderTargetFormat: D3DFORMAT, DepthStencilFormat: D3DFORMAT) -> HRESULT,
pub CheckDeviceFormatConversion: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, DeviceType: D3DDEVTYPE, SourceFormat: D3DFORMAT, TargetFormat: D3DFORMAT) -> HRESULT,
pub GetDeviceCaps: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, DeviceType: D3DDEVTYPE, pCaps: *mut D3DCAPS9) -> HRESULT,
pub GetAdapterMonitor: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT) -> HMONITOR,
pub CreateDevice: unsafe extern "system" fn(This: *mut IDirect3D9, Adapter: UINT, DeviceType: D3DDEVTYPE, hFocusWindow: HWND, BehaviorFlags: DWORD, pPresentationParameters: *mut D3DPRESENT_PARAMETERS, ppReturnedDeviceInterface: *mut *mut IDirect3DDevice9) -> HRESULT,
}
Fields
parent | |
RegisterSoftwareDevice | |
GetAdapterCount | |
GetAdapterIdentifier | |
GetAdapterModeCount | |
EnumAdapterModes | |
GetAdapterDisplayMode | |
CheckDeviceType | |
CheckDeviceFormat | |
CheckDeviceMultiSampleType | |
CheckDepthStencilMatch | |
CheckDeviceFormatConversion | |
GetDeviceCaps | |
GetAdapterMonitor | |
CreateDevice | |