Struct winapi::d3d9::IDirect3D9
[−]
[src]
pub struct IDirect3D9 {
pub lpVtbl: *const IDirect3D9Vtbl,
}Fields
lpVtbl |
pub struct IDirect3D9 {
pub lpVtbl: *const IDirect3D9Vtbl,
}lpVtbl |
impl IDirect3D9unsafe fn RegisterSoftwareDevice(&mut self, pInitializeFunction: *mut VOID) -> HRESULTunsafe fn GetAdapterCount(&mut self) -> UINTunsafe fn GetAdapterIdentifier(&mut self, Adapter: UINT, Flags: DWORD, pIdentifier: *mut D3DADAPTER_IDENTIFIER9) -> HRESULTunsafe fn GetAdapterModeCount(&mut self, Adapter: UINT, Format: D3DFORMAT) -> UINTunsafe fn EnumAdapterModes(&mut self, Adapter: UINT, Format: D3DFORMAT, Mode: UINT, pMode: *mut D3DDISPLAYMODE) -> HRESULTunsafe fn GetAdapterDisplayMode(&mut self, Adapter: UINT, pMode: *mut D3DDISPLAYMODE) -> HRESULTunsafe fn CheckDeviceType(&mut self, Adapter: UINT, DevType: D3DDEVTYPE, AdapterFormat: D3DFORMAT, BackBufferFormat: D3DFORMAT, bWindowed: BOOL) -> HRESULTunsafe fn CheckDeviceFormat(&mut self, Adapter: UINT, DeviceType: D3DDEVTYPE, AdapterFormat: D3DFORMAT, Usage: DWORD, RType: D3DRESOURCETYPE, CheckFormat: D3DFORMAT) -> HRESULTunsafe fn CheckDeviceMultiSampleType(&mut self, Adapter: UINT, DeviceType: D3DDEVTYPE, SurfaceFormat: D3DFORMAT, Windowed: BOOL, MultiSampleType: D3DMULTISAMPLE_TYPE, pQualityLevels: *mut DWORD) -> HRESULTunsafe fn CheckDepthStencilMatch(&mut self, Adapter: UINT, DeviceType: D3DDEVTYPE, AdapterFormat: D3DFORMAT, RenderTargetFormat: D3DFORMAT, DepthStencilFormat: D3DFORMAT) -> HRESULTunsafe fn CheckDeviceFormatConversion(&mut self, Adapter: UINT, DeviceType: D3DDEVTYPE, SourceFormat: D3DFORMAT, TargetFormat: D3DFORMAT) -> HRESULTunsafe fn GetDeviceCaps(&mut self, Adapter: UINT, DeviceType: D3DDEVTYPE, pCaps: *mut D3DCAPS9) -> HRESULTunsafe fn GetAdapterMonitor(&mut self, Adapter: UINT) -> HMONITORunsafe fn CreateDevice(&mut self, Adapter: UINT, DeviceType: D3DDEVTYPE, hFocusWindow: HWND, BehaviorFlags: DWORD, pPresentationParameters: *mut D3DPRESENT_PARAMETERS, ppReturnedDeviceInterface: *mut *mut IDirect3DDevice9) -> HRESULTunsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULTunsafe fn AddRef(&mut self) -> ULONGunsafe fn Release(&mut self) -> ULONGimpl Deref for IDirect3D9impl DerefMut for IDirect3D9impl Debug for IDirect3D9
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)